mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 01:44:51 +03:00
pip install cookiecutter
was missing
This commit is contained in:
parent
840530ae7d
commit
ae78f2ba34
|
@ -24,8 +24,9 @@ First things first.
|
|||
|
||||
$ source <virtual env path>/bin/activate
|
||||
|
||||
#. Install cookiecutter-django: ::
|
||||
#. Install cookiecutter and cookiecutter--django: ::
|
||||
|
||||
$ pip install cookiecutter
|
||||
$ cookiecutter gh:pydanny/cookiecutter-django
|
||||
|
||||
#. Install development requirements: ::
|
||||
|
|
Loading…
Reference in New Issue
Block a user