There was an error while loading. Please reload this page.
1 parent 9639e4a commit c086685Copy full SHA for c086685
1 file changed
README.rst
@@ -35,7 +35,7 @@ Installable Python kits, and information about using Python, are available at
35
Build Instructions
36
------------------
37
38
-On Unix, Linux, BSD, OSX, and Cygwin::
+On Unix, Linux, BSD, macOS, and Cygwin::
39
40
./configure
41
make
@@ -45,10 +45,10 @@ On Unix, Linux, BSD, OSX, and Cygwin::
45
This will install Python as python3.
46
47
You can pass many options to the configure script; run ``./configure --help``
48
-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``;
49
elsewhere it's just ``python``.
50
51
-On Mac OS X, if you have configured Python with ``--enable-framework``, you
+On macOS, if you have configured Python with ``--enable-framework``, you
52
should use ``make frameworkinstall`` to do the installation. Note that this
53
installs the Python executable in a place that is not normally on your PATH,
54
you may want to set up a symlink in ``/usr/local/bin``.
0 commit comments