diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2023-08-16 23:21:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-16 23:21:08 (GMT) |
commit | 2cbb452b10a1adf3a564f91949815170446523f9 (patch) | |
tree | d5bd8d3023cf5f9fc1fc61db6ca227f64252166e /Doc/using | |
parent | 589bc198d01aa8c128ad403cb0c9399689047a82 (diff) | |
download | cpython-2cbb452b10a1adf3a564f91949815170446523f9.zip cpython-2cbb452b10a1adf3a564f91949815170446523f9.tar.gz cpython-2cbb452b10a1adf3a564f91949815170446523f9.tar.bz2 |
[3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108058)
GH-92584: Redirect macOS package installation to the PPUG (GH-108044)
(cherry picked from commit 902864256cb261428ae9682ca0ffddd597e1f894)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/mac.rst | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 6517827..eb1413a 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -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 |