diff options
author | Paul Schreiber <github@paulschreiber.com> | 2017-02-20 13:08:59 (GMT) |
---|---|---|
committer | INADA Naoki <methane@users.noreply.github.com> | 2017-02-20 13:08:59 (GMT) |
commit | c0866855d54bbbe7bcac299c4af45389efacce0b (patch) | |
tree | 2dafb9111300b7a0716888991ab5ec131cc4d342 /README.rst | |
parent | 9639e4ab6d5bd3ca0ab34fef127e9fc84b6b88b9 (diff) | |
download | cpython-c0866855d54bbbe7bcac299c4af45389efacce0b.zip cpython-c0866855d54bbbe7bcac299c4af45389efacce0b.tar.gz cpython-c0866855d54bbbe7bcac299c4af45389efacce0b.tar.bz2 |
README: OS X -> macOS (GH-55)
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -35,7 +35,7 @@ Installable Python kits, and information about using Python, are available at Build Instructions ------------------ -On Unix, Linux, BSD, OSX, and Cygwin:: +On Unix, Linux, BSD, macOS, and Cygwin:: ./configure make @@ -45,10 +45,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``; +to 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 +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``. |