From ea6c36628b71e16bbc09aff4f21dffb44aad3a52 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 18:24:37 +0100 Subject: [PATCH 1/5] Redirect macOS package installation to the PPUG --- Doc/using/mac.rst | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 65178272862168..ddfe5d7b62d7f8 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -125,13 +125,11 @@ http://www.hashcollision.org/hkn/python/idle_intro/index.html. Installing Additional Python Packages ===================================== -There are several methods to install additional Python packages: +.. note:: -* Packages can be installed via the standard Python distutils mode (``python - setup.py install``). + This section has moved to the `Python Packaging User Guide`_. -* 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 From 3ad020fd679cff9b1fda0aaa2709391e69ae08fc Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:27:50 +0100 Subject: [PATCH 2/5] Update Doc/using/mac.rst --- Doc/using/mac.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index ddfe5d7b62d7f8..17dcbf2520217e 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -125,7 +125,6 @@ http://www.hashcollision.org/hkn/python/idle_intro/index.html. Installing Additional Python Packages ===================================== -.. note:: This section has moved to the `Python Packaging User Guide`_. From 60cda5ac21ffd1ff1142d310a9ac78a1a200d401 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:27:55 +0100 Subject: [PATCH 3/5] Update Doc/using/mac.rst --- Doc/using/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index 17dcbf2520217e..d497ddce996c26 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -126,7 +126,7 @@ Installing Additional Python Packages ===================================== - This section has moved to the `Python Packaging User Guide`_. +This section has moved to the `Python Packaging User Guide`_. .. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/ From 8e88ec5b80132fca02422992fdd7fd5b289bdb85 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:28:00 +0100 Subject: [PATCH 4/5] Update Doc/using/mac.rst --- Doc/using/mac.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index d497ddce996c26..e67e44820de426 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -128,7 +128,7 @@ Installing Additional Python Packages This section has moved to the `Python Packaging User Guide`_. - .. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/ +.. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/ GUI Programming on the Mac From f47a7ca46da0b3d2d0765c0b250d9821e4b4e7e3 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Wed, 16 Aug 2023 21:28:38 +0100 Subject: [PATCH 5/5] Update Doc/using/mac.rst --- Doc/using/mac.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Doc/using/mac.rst b/Doc/using/mac.rst index e67e44820de426..eb1413af2cbc3d 100644 --- a/Doc/using/mac.rst +++ b/Doc/using/mac.rst @@ -125,7 +125,6 @@ http://www.hashcollision.org/hkn/python/idle_intro/index.html. Installing Additional Python Packages ===================================== - This section has moved to the `Python Packaging User Guide`_. .. _Python Packaging User Guide: https://packaging.python.org/en/latest/tutorials/installing-packages/