From ae78f2ba349c305940862c878163cd26b35ef8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCttler?= Date: Thu, 17 Dec 2020 22:59:42 +0100 Subject: [PATCH] `pip install cookiecutter` was missing --- docs/developing-locally.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 2b7806ce4..dae39c536 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -24,8 +24,9 @@ First things first. $ source /bin/activate -#. Install cookiecutter-django: :: +#. Install cookiecutter and cookiecutter--django: :: + $ pip install cookiecutter $ cookiecutter gh:pydanny/cookiecutter-django #. Install development requirements: ::