]> granicus.if.org Git - python/commitdiff
bpo-33791: Update README for macOS users (GH-7471)
authoratg7000 <38963069+atg7000@users.noreply.github.com>
Fri, 8 Jun 2018 02:33:20 +0000 (19:33 -0700)
committerNed Deily <nad@python.org>
Fri, 8 Jun 2018 02:33:20 +0000 (22:33 -0400)
README.rst

index d30b237a01199cfa109527fca80dbafe96a6b0a2..382130eeec9365e14d0a49cc46d9db5206aa7c9a 100644 (file)
@@ -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,