Update README.rst

Added two steps to install dependancies for local and production environments.
This commit is contained in:
Taylor Baldwin 2013-11-06 18:05:04 -08:00
parent 52fbd314e9
commit 1cc119e142

View File

@ -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