From aa84be2f7806c6b6f87e3ff0da4ed0dff9fa5288 Mon Sep 17 00:00:00 2001 From: Richaldo Elias Date: Sat, 5 Oct 2019 00:41:01 +0200 Subject: [PATCH] Adding conda to get Cookiecutter --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index 30a3a2db4..5ce58ceae 100644 --- a/README.rst +++ b/README.rst @@ -132,8 +132,15 @@ 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. First, get Cookiecutter. Trust me, it's awesome:: +There are to ways get Cookiecutter: + +Using pip $ pip install "cookiecutter>=1.4.0" + +Using conda + + $ conda install -c cmckeague cookiecutter Now run it against this repo::