mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
[3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059)
GH-92584: Redirect macOS package installation to the PPUG (GH-108044)
(cherry picked from commit 902864256c)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
4e5dac1fe1
commit
ba2d6c9d1a
1 changed files with 2 additions and 6 deletions
|
|
@ -125,13 +125,9 @@ http://www.hashcollision.org/hkn/python/idle_intro/index.html.
|
|||
Installing Additional Python Packages
|
||||
=====================================
|
||||
|
||||
There are several methods to install additional Python packages:
|
||||
This section has moved to the `Python Packaging User Guide`_.
|
||||
|
||||
* Packages can be installed via the standard Python distutils mode (``python
|
||||
setup.py install``).
|
||||
|
||||
* Many packages can also be installed via the :program:`setuptools` extension
|
||||
or :program:`pip` wrapper, see https://pip.pypa.io/.
|
||||
.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/
|
||||
|
||||
|
||||
GUI Programming on the Mac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue