From c96cadaa981a71113cc97ada8e5085188ed22ed7 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Thu, 8 Dec 2022 17:12:41 +0100 Subject: [PATCH] Update `developer_docs.md` (#129) Update instructions to install cookiecutter instance in developer mode. --- {{cookiecutter.project_name}}/docs/developer_docs.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/docs/developer_docs.md b/{{cookiecutter.project_name}}/docs/developer_docs.md index 56101219..c37ee470 100644 --- a/{{cookiecutter.project_name}}/docs/developer_docs.md +++ b/{{cookiecutter.project_name}}/docs/developer_docs.md @@ -193,7 +193,8 @@ In addition to the packages needed to _use_ this package, you need additional py the documentation_. It's easy to install them using `pip`: ```bash -pip install "{{ cookiecutter.project_name }}[dev,test,doc]" +cd {{ cookiecutter.project_name }} +pip install -e ".[dev,test,doc]" ``` ### Code-style