Skip to content

Commit

Permalink
Update instance repo from cookiecutter template (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
scverse-bot and github-actions[bot] authored Dec 8, 2022
1 parent 1d600ac commit 3ae1cf0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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-scverse-instance[dev,test,doc]"
cd cookiecutter-scverse-instance
pip install -e ".[dev,test,doc]"
```

### Code-style
Expand Down

0 comments on commit 3ae1cf0

Please sign in to comment.