File tree 1 file changed +6
-6
lines changed
Filter options
1 file changed +6
-6
lines changed
Original file line number Diff line number Diff line change @@ -251,11 +251,11 @@ development environment that must be installed before a compiler can be installe
251
251
on Ubuntu ``apt install build-essential ``
252
252
253
253
Otherwise, use the system distribution's package manager to install
254
- :ref: `gcc <compiler-table >`
254
+ :ref: `gcc <compiler-table >`.
255
255
256
- .. tab-item :: OS/X
256
+ .. tab-item :: macOS
257
257
258
- Install `xcode <https://developer.apple.com/xcode/ >`_ for Apple platform development
258
+ Install `Xcode <https://developer.apple.com/xcode/ >`_ for Apple platform development.
259
259
260
260
.. tab-item :: Windows
261
261
@@ -266,12 +266,12 @@ development environment that must be installed before a compiler can be installe
266
266
of Windows are selected and installed. They should be selected by default under
267
267
the "Optional" subheading, but are required to build Matplotlib from source.
268
268
269
- Alternatively, you can install a Linux like environment like `CygWin <https://www.cygwin.com/ >`_
269
+ Alternatively, you can install a Linux- like environment such as `CygWin <https://www.cygwin.com/ >`_
270
270
or `Windows Subsystem for Linux <https://learn.microsoft.com/en-us/windows/wsl/install >`_.
271
271
272
272
273
- We highly recommend that you install a compiler using your platform tool, . i.e.
274
- xcode, vscode or linux package manager.
273
+ We highly recommend that you install a compiler using your platform tool, i.e.,
274
+ Xcode, VS Code or Linux package manager.
275
275
276
276
.. _compiler-table :
277
277
You can’t perform that action at this time.
0 commit comments