summaryrefslogtreecommitdiffstats
path: root/Doc/using
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2023-08-16 20:42:23 (GMT)
committerGitHub <noreply@github.com>2023-08-16 20:42:23 (GMT)
commit902864256cb261428ae9682ca0ffddd597e1f894 (patch)
tree0c80dad2881239edfdc193189d38da1abeaf3989 /Doc/using
parent882cb79afa2cb11b180ef699fd5cf038e72f6c85 (diff)
downloadcpython-902864256cb261428ae9682ca0ffddd597e1f894.zip
cpython-902864256cb261428ae9682ca0ffddd597e1f894.tar.gz
cpython-902864256cb261428ae9682ca0ffddd597e1f894.tar.bz2
GH-92584: Redirect macOS package installation to the PPUG (#108044)
Diffstat (limited to 'Doc/using')
-rw-r--r--Doc/using/mac.rst8
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