Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Redirect macOS package installation to the PPUG
  • Loading branch information
AA-Turner committed Aug 16, 2023
commit ea6c36628b71e16bbc09aff4f21dffb44aad3a52
8 changes: 3 additions & 5 deletions Doc/using/mac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think that it should be displayed as a note.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done (on mobile, terrible interface for applying changes!)

Comment thread
AA-Turner marked this conversation as resolved.
Outdated

Comment thread
AA-Turner marked this conversation as resolved.
Outdated
* Packages can be installed via the standard Python distutils mode (``python
setup.py install``).
This section has moved to the `Python Packaging User Guide`_.
Comment thread
AA-Turner marked this conversation as resolved.
Outdated

* 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/
Comment thread
AA-Turner marked this conversation as resolved.
Outdated


GUI Programming on the Mac
Expand Down