]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
GH-92584: Redirect macOS package installation to the PPUG (#108044)
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>
Wed, 16 Aug 2023 20:42:23 +0000 (21:42 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2023 20:42:23 +0000 (20:42 +0000)
Doc/using/mac.rst

index 651782728621683b4054d223a022c298eddab3ff..eb1413af2cbc3df317e01b96c24bf7d9a10306eb 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