Thanks to visit codestin.com Credit goes to github.com
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 8f40429 commit ee994d7Copy full SHA for ee994d7
1 file changed
README.rst
@@ -62,6 +62,11 @@ You can pass many options to the configure script; run ``./configure --help``
62
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
63
elsewhere it's just ``python``.
64
65
+If you are running on macOS with the latest updates installed, make sure to install
66
+openSSL or some other SSL software along with Homebrew or another package manager.
67
+If issues persist, see https://devguide.python.org/setup/#macos-and-os-x for more
68
+information.
69
+
70
On macOS, if you have configured Python with ``--enable-framework``, you
71
should use ``make frameworkinstall`` to do the installation. Note that this
72
installs the Python executable in a place that is not normally on your PATH,
0 commit comments