added note about installing the python requirements

This commit is contained in:
Chris Curvey 2013-11-09 18:56:58 -05:00
parent a932ffe027
commit 38d1bc6863

View File

@ -83,8 +83,11 @@ Create a GitHub repo and push it there::
Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right?
It's time to write the code!!!
Now install all the supporting libraries into your virtualenv::
$ pip install -r requirements/local.txt
It's time to write the code!!!
"Your Stuff"
-------------