mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Issue #22295: Adopt 'python -m pip' as the preferred invocation
This commit is contained in:
parent
af117ed3d7
commit
1d52096d14
3 changed files with 39 additions and 12 deletions
|
@ -93,9 +93,18 @@ is important to have standard tools that work consistently, even on older
|
|||
versions of Python.
|
||||
|
||||
The currently recommended build and distribution tools can be installed
|
||||
using ``pip``::
|
||||
by invoking the ``pip`` module at the command line::
|
||||
|
||||
pip install setuptools wheel twine
|
||||
python -m pip install setuptools wheel twine
|
||||
|
||||
.. note::
|
||||
|
||||
For POSIX users (including Mac OS X and Linux users), these instructions
|
||||
assume the use of a :term:`virtual environment`.
|
||||
|
||||
For Windows users, these instructions assume that the option to
|
||||
adjust the system PATH environment variable was selected when installing
|
||||
Python.
|
||||
|
||||
The Python Packaging User Guide includes more details on the `currently
|
||||
recommended tools`_.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue