We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de73d5 commit 94b5fabCopy full SHA for 94b5fab
1 file changed
README.rst
@@ -61,6 +61,11 @@ You can pass many options to the configure script; run ``./configure --help``
61
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
62
elsewhere it's just ``python``.
63
64
+If you are running on macOS with the latest updates installed, make sure to install
65
+openSSL or some other SSL software along with Homebrew or another package manager.
66
+If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
67
+information.
68
+
69
On macOS, if you have configured Python with ``--enable-framework``, you
70
should use ``make frameworkinstall`` to do the installation. Note that this
71
installs the Python executable in a place that is not normally on your PATH,
0 commit comments