Tweak the dev instructions.

This commit is contained in:
Ned Batchelder
2013-01-25 12:33:30 -05:00
parent 890f02a232
commit 97bb56b302

View File

@@ -9,9 +9,8 @@ This will read the `Gemfile` and install all of the gems specified there.
### Python
In order, run the following:
Run the following::
pip install -r pre-requirements.txt
pip install -r requirements.txt
pip install -r test-requirements.txt