mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-04 12:10:16 +03:00
added note about installing the python requirements
This commit is contained in:
parent
a932ffe027
commit
38d1bc6863
|
@ -83,8 +83,11 @@ Create a GitHub repo and push it there::
|
|||
|
||||
Now take a look at your repo. Don't forget to carefully look at the generated README. Awesome, right?
|
||||
|
||||
It's time to write the code!!!
|
||||
Now install all the supporting libraries into your virtualenv::
|
||||
|
||||
$ pip install -r requirements/local.txt
|
||||
|
||||
It's time to write the code!!!
|
||||
|
||||
"Your Stuff"
|
||||
-------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user