Skip to content

Commit 7d94470

Browse files
authored
Update contributing doc (#574)
We used the wrong command here: pip -m is not a thing but python -m is.
1 parent 199311e commit 7d94470

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
@@ -50,7 +50,7 @@ We have several python dependencies for testing and formatting code.
5050
You can install these dependencies like this:
5151
```bash
5252
# Needed only once
53-
pip -m venv env
53+
python -m venv env
5454
# Needed every time you open a new terminal
5555
source env/bin/activate
5656
# Needed only once, or when dependencies change

0 commit comments

Comments
 (0)