diff --git a/README.rst b/README.rst index d2e4f3a96..25f48f976 100644 --- a/README.rst +++ b/README.rst @@ -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" -------------