Skip to content

Commit c96cada

Browse files
author
Philipp Weiler
authored
Update developer_docs.md (#129)
Update instructions to install cookiecutter instance in developer mode.
1 parent 217970d commit c96cada

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

{{cookiecutter.project_name}}/docs/developer_docs.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@ In addition to the packages needed to _use_ this package, you need additional py
193193
the documentation_. It's easy to install them using `pip`:
194194

195195
```bash
196-
pip install "{{ cookiecutter.project_name }}[dev,test,doc]"
196+
cd {{ cookiecutter.project_name }}
197+
pip install -e ".[dev,test,doc]"
197198
```
198199

199200
### Code-style

0 commit comments

Comments
 (0)