]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 16 Aug 2023 20:50:49 +0000 (13:50 -0700)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 20:50:49 +0000 (20:50 +0000)
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>
Doc/using/mac.rst

index 69cd5c92d884d010b30a72344f572df52f687453..84031a3d6a17b3a1656108f565bc8a425109c6cd 100644 (file)
@@ -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