mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-16 09:54:51 +03:00
Adding conda to get Cookiecutter
This commit is contained in:
parent
99ccd314d0
commit
aa84be2f78
|
@ -132,9 +132,16 @@ Let's pretend you want to create a Django project called "redditclone". Rather t
|
||||||
and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work.
|
and then editing the results to include your name, email, and various configuration issues that always get forgotten until the worst possible moment, get cookiecutter_ to do all the work.
|
||||||
|
|
||||||
First, get Cookiecutter. Trust me, it's awesome::
|
First, get Cookiecutter. Trust me, it's awesome::
|
||||||
|
There are to ways get Cookiecutter:
|
||||||
|
|
||||||
|
Using pip
|
||||||
|
|
||||||
$ pip install "cookiecutter>=1.4.0"
|
$ pip install "cookiecutter>=1.4.0"
|
||||||
|
|
||||||
|
Using conda
|
||||||
|
|
||||||
|
$ conda install -c cmckeague cookiecutter
|
||||||
|
|
||||||
Now run it against this repo::
|
Now run it against this repo::
|
||||||
|
|
||||||
$ cookiecutter https://github.com/pydanny/cookiecutter-django
|
$ cookiecutter https://github.com/pydanny/cookiecutter-django
|
||||||
|
|
Loading…
Reference in New Issue
Block a user