summaryrefslogtreecommitdiff
path: root/doc/contributing.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-14 06:12:57 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-14 06:26:42 -0400
commit1de34697321fc9db0c819cae686476ffd37e7268 (patch)
tree020de55d0267a75e7b073f88c8d09b836e0842f1 /doc/contributing.rst
parent44cb89f79304ab09a147a85f0788e7dd13bbbba3 (diff)
downloadpython-coveragepy-git-1de34697321fc9db0c819cae686476ffd37e7268.tar.gz
docs: never run pip directly
Diffstat (limited to 'doc/contributing.rst')
-rw-r--r--doc/contributing.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing.rst b/doc/contributing.rst
index af255fe1..165ae40b 100644
--- a/doc/contributing.rst
+++ b/doc/contributing.rst
@@ -48,7 +48,7 @@ these steps:
#. Install the requirements::
- $ pip install -r requirements/dev.pip
+ $ python3 -m pip install -r requirements/dev.pip
#. Install a number of versions of Python. Coverage.py supports a range
of Python versions. The more you can test with, the more easily your code