Skip to content

Commit 3f6d99f

Browse files
Use python -m pip
Co-authored-by: Vince Knight <[email protected]>
1 parent 0222f3e commit 3f6d99f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/contributing/running_tests.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Performance testing
6565
Performance is not automatically tested as of yet. To check the performance
6666
of a change, first install pytest-benchmark::
6767

68-
$ pip install pytest-benchmark
68+
$ python -m pip install pytest-benchmark
6969

7070
Then run benchmark.py before and after the change::
7171

0 commit comments

Comments
 (0)