Skip to content

Commit

Permalink
Fix installation instructions on contributing guide (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
grst authored Mar 18, 2024
1 parent c6e5e50 commit 19f8fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ and [prettier][prettier-editors].
## Writing tests

```{note}
Remember to first install the package with `pip install '-e[dev,test]'`
Remember to first install the package with `pip install -e '.[dev,test]'`
```

This package uses the [pytest][] for automated testing. Please [write tests][scanpy-test-docs] for every function added
Expand Down

0 comments on commit 19f8fde

Please sign in to comment.