Skip to content

Commit 8c51b3a

Browse files
authored
Update CONTRIBUTING.md (#67)
1 parent 4917edd commit 8c51b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To set up the project for development:
1919
pip install pre-commit
2020
pre-commit install
2121
```
22-
* Install dependencies: `pip install -e .[test]`
22+
* Install dependencies: `pip install -e ".[test]"`
2323
* Run tests to ensure everything is set up correctly: `pytest tests`
2424

2525
## Style Guildelines

0 commit comments

Comments
 (0)