From 38d1bc6863962fce4241905d020434b925a5a609 Mon Sep 17 00:00:00 2001 From: Chris Curvey Date: Sat, 9 Nov 2013 18:56:58 -0500 Subject: [PATCH] added note about installing the python requirements --- README.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" -------------