From ee994d7443a7e2809a5d49bd3679fc9c451a411b Mon Sep 17 00:00:00 2001 From: atg7000 <38963069+atg7000@users.noreply.github.com> Date: Thu, 7 Jun 2018 19:33:20 -0700 Subject: [PATCH] bpo-33791: Update README for macOS users (GH-7471) --- README.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.rst b/README.rst index d30b237a01199c..382130eeec9365 100644 --- a/README.rst +++ b/README.rst @@ -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,