From 3c9177d350cc8c02c2c2ac9783d09cb1dc67d0f2 Mon Sep 17 00:00:00 2001 From: Philipp Weiler Date: Thu, 8 Dec 2022 17:02:39 +0100 Subject: [PATCH] Update `developer_docs.md` 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