Skip to content

Commit

Permalink
Update developer_docs.md (#129)
Browse files Browse the repository at this point in the history
Update instructions to install cookiecutter instance in developer mode.
  • Loading branch information
WeilerP authored Dec 8, 2022
1 parent 217970d commit c96cada
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_name}}/docs/developer_docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c96cada

Please sign in to comment.