mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
bpo-22295: use python -m pip rather than plain pip in more examples (GH-24003)
This commit is contained in:
parent
f52d987abf
commit
dc14e33eff
3 changed files with 14 additions and 14 deletions
|
@ -43,7 +43,7 @@ something into it:
|
|||
|
||||
$ python3 -m venv example
|
||||
$ source example/bin/activate
|
||||
(example) $ pip install wheel
|
||||
(example) $ python -m pip install wheel
|
||||
|
||||
You can get the version string for ``wheel`` by running the following:
|
||||
|
||||
|
|
|
@ -721,7 +721,7 @@ Substantially all of these recipes and many, many others can be installed from
|
|||
the `more-itertools project <https://pypi.org/project/more-itertools/>`_ found
|
||||
on the Python Package Index::
|
||||
|
||||
pip install more-itertools
|
||||
python -m pip install more-itertools
|
||||
|
||||
The extended tools offer the same high performance as the underlying toolset.
|
||||
The superior memory performance is kept by processing elements one at a time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue