Skip to content

Commit

Permalink
Cotributing typo fix (#821)
Browse files Browse the repository at this point in the history
* typo fix, to be more in line with previous mention

* added syntax error

* remove syntax error
  • Loading branch information
aGuyLearning authored Nov 6, 2024
1 parent 0a74f70 commit 3809b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,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,docs]"`
```

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

0 comments on commit 3809b5f

Please sign in to comment.