@@ -21,7 +21,7 @@ Installing an official release
21
21
==============================
22
22
23
23
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::
25
25
26
26
pip install -U matplotlib
27
27
@@ -35,7 +35,7 @@ The first option is to use one of the pre-packaged Python distributions that
35
35
already provide Matplotlib built-in. Both `Anaconda
36
36
<https://www.continuum.io/downloads/> `_ and `Canopy
37
37
<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
39
39
of these distributions include Matplotlib and *lots * of other useful tools.
40
40
41
41
Linux : using your package manager
@@ -171,7 +171,7 @@ Matplotlib requires a large number of dependencies:
171
171
* `backports.functools_lru_cache <https://pypi.python.org/pypi/backports.functools_lru_cache >`_
172
172
(for Python 2.7 only)
173
173
* `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)
175
175
176
176
Optionally, you can also install a number of packages to enables better user
177
177
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.
244
244
245
245
.. _build_osx :
246
246
247
- Building on OSX
248
- ---------------
247
+ Building on macOS
248
+ -----------------
249
249
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
251
251
can get the libpng and FreeType requirements (MacPorts, Fink,
252
252
/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
255
255
git repository and install the required dependencies through a third-party
256
256
package manager. Two widely used package managers are Homebrew, and MacPorts.
257
257
The following example illustrates how to install libpng and FreeType using
0 commit comments