| Index: README.testing | 
| diff --git a/README.testing b/README.testing | 
| index ffb24ee00f48202aafc0365147be6d05f6d4f310..aebe7e60684a42d3a09cd3b7d6e944a69419f6c7 100644 | 
| --- a/README.testing | 
| +++ b/README.testing | 
| @@ -11,5 +11,11 @@ To set this up: | 
|  | 
| Run Rietveld: | 
| /path/to/appengine/sdk/dev_appserver.py /path/to/rietveld | 
| +(If using one of the App Engine launchers, be sure to use port 8080 | 
| + for this project.) | 
|  | 
| -And then run the tests. | 
| +To run Rietveld you will need Django 1.0 which is not included with | 
| +the App Engine SDK.  Go to http://www.djangoproject.com/download, | 
| +download Django-1.0.4.tar.gz, then "sudo python setup.py install". | 
| + | 
| +And then, finally, run the tests. | 
|  |