Skip to content

Commit

Permalink
Update contributing doc (#574)
Browse files Browse the repository at this point in the history
We used the wrong command here:
pip -m is not a thing but python -m is.
  • Loading branch information
dentiny authored Feb 4, 2025
1 parent 199311e commit 7d94470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ We have several python dependencies for testing and formatting code.
You can install these dependencies like this:
```bash
# Needed only once
pip -m venv env
python -m venv env
# Needed every time you open a new terminal
source env/bin/activate
# Needed only once, or when dependencies change
Expand Down

0 comments on commit 7d94470

Please sign in to comment.