Skip to content

Commit c086685

Browse files
paulschreibermethane
authored andcommitted
README: OS X -> macOS (GH-55)
1 parent 9639e4a commit c086685

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installable Python kits, and information about using Python, are available at
3535
Build Instructions
3636
------------------
3737

38-
On Unix, Linux, BSD, OSX, and Cygwin::
38+
On Unix, Linux, BSD, macOS, and Cygwin::
3939

4040
./configure
4141
make
@@ -45,10 +45,10 @@ On Unix, Linux, BSD, OSX, and Cygwin::
4545
This will install Python as python3.
4646

4747
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``;
48+
to find out more. On macOS and Cygwin, the executable is called ``python.exe``;
4949
elsewhere it's just ``python``.
5050

51-
On Mac OS X, if you have configured Python with ``--enable-framework``, you
51+
On macOS, if you have configured Python with ``--enable-framework``, you
5252
should use ``make frameworkinstall`` to do the installation. Note that this
5353
installs the Python executable in a place that is not normally on your PATH,
5454
you may want to set up a symlink in ``/usr/local/bin``.

0 commit comments

Comments
 (0)