Skip to content

Commit

Permalink
Fix installation instructions (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanturok committed May 8, 2024
1 parent a84d78c commit 99e684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/community/contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ source .venv/bin/activate
Then install the dependencies in editable mode, and install the pre-commit hooks:

```python
pip install -e .[test]
pip install -e ".[test]"
pre-commit install
```

Expand Down

0 comments on commit 99e684e

Please sign in to comment.