From 53d64b9a5f747348c3a4106fdf132857e896ba21 Mon Sep 17 00:00:00 2001 From: Paul Schreiber Date: Sun, 12 Feb 2017 17:04:31 -0500 Subject: [PATCH] Use current name for macOS --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a34373f3518eac..223857eca4f69d 100644 --- a/README.rst +++ b/README.rst @@ -15,7 +15,7 @@ been removed. Build Instructions ------------------ -On Unix, Linux, BSD, OSX, and Cygwin:: +On Unix, Linux, BSD, macOS, and Cygwin:: ./configure make @@ -25,10 +25,10 @@ On Unix, Linux, BSD, OSX, and Cygwin:: This will install Python as python3. You can pass many options to the configure script; run ``./configure --help`` to -find out more. On OSX and Cygwin, the executable is called ``python.exe``; +find out more. On macOS and Cygwin, the executable is called ``python.exe``; elsewhere it's just ``python``. -On Mac OS X, if you have configured Python with ``--enable-framework``, you should +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, you may want to set up a symlink in ``/usr/local/bin``.