Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1159085

Browse files
QuLogicNelleV
authored andcommitted
Rename OSX to macOS for install instructions.
1 parent 8ee8a93 commit 1159085

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

INSTALL.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installing an official release
2121
==============================
2222

2323
Matplotlib and most of its dependencies arr all available as wheel packages for
24-
OSX, Windows and Linux distributions::
24+
macOS, Windows and Linux distributions::
2525

2626
pip install -U matplotlib
2727

@@ -35,7 +35,7 @@ The first option is to use one of the pre-packaged Python distributions that
3535
already provide Matplotlib built-in. Both `Anaconda
3636
<https://www.continuum.io/downloads/>`_ and `Canopy
3737
<https://www.enthought.com/products/canopy/>`_ are both excellent choices that
38-
"just work" out of the box for Windows, OSX and common Linux platforms. Both
38+
"just work" out of the box for Windows, macOS and common Linux platforms. Both
3939
of these distributions include Matplotlib and *lots* of other useful tools.
4040

4141
Linux : using your package manager
@@ -171,7 +171,7 @@ Matplotlib requires a large number of dependencies:
171171
* `backports.functools_lru_cache <https://pypi.python.org/pypi/backports.functools_lru_cache>`_
172172
(for Python 2.7 only)
173173
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_ (for Python
174-
2.7 only, on Linux and Mac OSX only)
174+
2.7 only, on Linux and macOS only)
175175

176176
Optionally, you can also install a number of packages to enables better user
177177
interface toolkit. See :ref:`what-is-a-backend` for more details on the
@@ -244,14 +244,14 @@ build dependencies, which will make building from source easier.
244244

245245
.. _build_osx:
246246

247-
Building on OSX
248-
---------------
247+
Building on macOS
248+
-----------------
249249

250-
The build situation on OSX is complicated by the various places one
250+
The build situation on macOS is complicated by the various places one
251251
can get the libpng and FreeType requirements (MacPorts, Fink,
252252
/usr/X11R6) and the different architectures (e.g., x86, ppc, universal),
253-
the different OSX version (e.g., 10.4 and 10.5). We recommend that you build
254-
the way we do for the OSX release: get the source from the tarball or the
253+
the different macOS version (e.g., 10.4 and 10.5). We recommend that you build
254+
the way we do for the macOS release: get the source from the tarball or the
255255
git repository and install the required dependencies through a third-party
256256
package manager. Two widely used package managers are Homebrew, and MacPorts.
257257
The following example illustrates how to install libpng and FreeType using

0 commit comments

Comments
 (0)