Skip to content

Commit

Permalink
bpo-33791: Update README for macOS users (pythonGH-7471)
Browse files Browse the repository at this point in the history
  • Loading branch information
atg7000 authored and ned-deily committed Jun 8, 2018
1 parent 8f40429 commit ee994d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ You can pass many options to the configure script; run ``./configure --help``
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
elsewhere it's just ``python``.

If you are running on macOS with the latest updates installed, make sure to install
openSSL or some other SSL software along with Homebrew or another package manager.
If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
information.

On macOS, if you have configured Python with ``--enable-framework``, you
should use ``make frameworkinstall`` to do the installation. Note that this
installs the Python executable in a place that is not normally on your PATH,
Expand Down

0 comments on commit ee994d7

Please sign in to comment.