We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pip
python3 -m pip
1 parent e4207ac commit 063bd66Copy full SHA for 063bd66
doc/testing.md
@@ -23,7 +23,7 @@ dependencies are specified in the `test/requirements.txt` file. If using `pip`,
23
this file can be fed directly to it, e.g. like:
24
25
```shell
26
-pip install -r test/requirements.txt
+python3 -m pip install -r test/requirements.txt
27
```
28
29
### Debian/Ubuntu
0 commit comments