mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
Update README.rst
Added two steps to install dependancies for local and production environments.
This commit is contained in:
parent
52fbd314e9
commit
1cc119e142
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user