From 9c54f44fcd4332f90dd953129efbe4fbfa3e35d6 Mon Sep 17 00:00:00 2001 From: Austin Garner Date: Thu, 7 Jun 2018 00:27:36 -0700 Subject: [PATCH 1/4] Changed README for mac --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index d30b237a01199c..da7a17c95b8037 100644 --- a/README.rst +++ b/README.rst @@ -62,6 +62,9 @@ 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 Mac with the latest updates installed, make sure to install +openSSL or some other SSL software along with Homebrew. + 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, From 4b74d13729561a91ea846df9ab17afb35aa25709 Mon Sep 17 00:00:00 2001 From: Austin Garner Date: Thu, 7 Jun 2018 01:02:02 -0700 Subject: [PATCH 2/4] Core Developer changes --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da7a17c95b8037..d5e50f4b63d02a 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,9 @@ to find out more. On macOS and Cygwin, the executable is called ``python.exe``; elsewhere it's just ``python``. If you are running on Mac with the latest updates installed, make sure to install -openSSL or some other SSL software along with Homebrew. +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 From d6b5b9076bbd2d3799edc1fb9df9c5e5f463ac40 Mon Sep 17 00:00:00 2001 From: Austin Garner Date: Thu, 7 Jun 2018 01:07:37 -0700 Subject: [PATCH 3/4] Second developer change --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d5e50f4b63d02a..e569310babee0f 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ 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 Mac with the latest updates installed, make sure to install +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. From 8500ca6b03e4b8848ba731076c33ffb3c5494db1 Mon Sep 17 00:00:00 2001 From: Austin Garner Date: Thu, 7 Jun 2018 01:17:44 -0700 Subject: [PATCH 4/4] Third developer change --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e569310babee0f..382130eeec9365 100644 --- a/README.rst +++ b/README.rst @@ -62,7 +62,7 @@ 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 +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.