We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 199311e commit 7d94470Copy full SHA for 7d94470
CONTRIBUTING.md
@@ -50,7 +50,7 @@ We have several python dependencies for testing and formatting code.
50
You can install these dependencies like this:
51
```bash
52
# Needed only once
53
-pip -m venv env
+python -m venv env
54
# Needed every time you open a new terminal
55
source env/bin/activate
56
# Needed only once, or when dependencies change
0 commit comments