Skip to content

Commit 063bd66

Browse files
committed
1 parent e4207ac commit 063bd66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies are specified in the `test/requirements.txt` file. If using `pip`,
2323
this file can be fed directly to it, e.g. like:
2424

2525
```shell
26-
pip install -r test/requirements.txt
26+
python3 -m pip install -r test/requirements.txt
2727
```
2828

2929
### Debian/Ubuntu

0 commit comments

Comments
 (0)