[Python-checkins] [3.11] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) (#108059)

vstinner webhook-mailer at python.org
Wed Aug 16 16:50:53 EDT 2023


https://github.com/python/cpython/commit/ba2d6c9d1a796433aa44dfd69d0f2879e4b16639
commit: ba2d6c9d1a796433aa44dfd69d0f2879e4b16639
branch: 3.11
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: vstinner <vstinner at python.org>
date: 2023-08-16T20:50:49Z
summary:

[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 902864256cb261428ae9682ca0ffddd597e1f894)

Co-authored-by: Adam Turner <9087854+AA-Turner at users.noreply.github.com>

files:
M Doc/using/mac.rst

diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst
index 69cd5c92d884d..84031a3d6a17b 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



More information about the Python-checkins mailing list