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