This commit is contained in:
Taylor Baldwin 2013-11-12 07:56:16 -08:00
commit 85805443d7

View File

@ -73,6 +73,14 @@ Enter the project and take a look around::
$ cd redditclone/ $ cd redditclone/
$ ls $ 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:: Create a GitHub repo and push it there::
$ git init $ git init