From 1cc119e142fe4bf95f9a8df02997f8bbc2a040a2 Mon Sep 17 00:00:00 2001 From: Taylor Baldwin Date: Wed, 6 Nov 2013 18:05:04 -0800 Subject: [PATCH] Update README.rst Added two steps to install dependancies for local and production environments. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index d2e4f3a96..3a8c776c6 100644 --- a/README.rst +++ b/README.rst @@ -73,6 +73,14 @@ Enter the project and take a look around:: $ cd redditclone/ $ ls +Next, install your local dependancies:: + + $ pip install -r requirements/local.txt + +For production:: + + $ pip install -r requirements.txt + Create a GitHub repo and push it there:: $ git init