8000 [3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) by miss-islington · Pull Request #108058 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

[3.12] GH-92584: Redirect macOS package installation to the PPUG (GH-108044) #108058

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
GH-92584: Redirect macOS package installation to the PPUG (GH-108044)
(cherry picked from commit 9028642)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
AA-Turner authored and miss-islington committed Aug 16, 2023
commit 502a76af245c5b06f57107d68cf195cab1cd10c6
8 changes: 2 additions & 6 deletions Doc/using/mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
0