Skip to content

Commit fb47ce0

Browse files
scopjaraco
authored andcommitted
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
1 parent 516f2a7 commit fb47ce0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/using.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ something into it::
4040

4141
$ python3 -m venv example
4242
$ source example/bin/activate
43-
(example) $ pip install importlib_metadata
44-
(example) $ pip install wheel
43+
(example) $ python -m pip install importlib_metadata
44+
(example) $ python -m pip install wheel
4545

4646
You can get the version string for ``wheel`` by running the following::
4747

0 commit comments

Comments
 (0)