@@ -127,15 +127,6 @@ from the Terminal.app command line::
127127You might also want to install IPython or the Jupyter notebook (``python3 -mpip
128128install ipython notebook ``).
129129
130- pip problems
131- ^^^^^^^^^^^^
132-
133- If you get errors with pip trying to run a compiler like ``gcc `` or ``clang ``,
134- then the first thing to try is to `install xcode
135- <https://guide.macports.org/chunked/installing.html#installing.xcode> `_ and
136- retry the install. If that does not work, then check
137- :ref: `reporting-problems `.
138-
139130Checking your installation
140131--------------------------
141132
@@ -174,6 +165,12 @@ picked up by other Pythons. If all these fail, please :ref:`let us know
174165Install from source
175166===================
176167
168+ A C compiler is required. Typically, on Linux, you will need ``gcc ``, which
169+ should be installed using your distribution's package manager; on macOS, you
170+ will need xcode _; on Windows, you will need Visual Studio 2015 or later.
171+
172+ .. _xcode : https://guide.macports.org/chunked/installing.html#installing.xcode
173+
177174Clone the main source using one of::
178175
179176 git clone [email protected] :matplotlib/matplotlib.git @@ -197,9 +194,6 @@ just replace the last step with::
197194This creates links and installs the command line script in the appropriate
198195places.
199196
200- .. note ::
201- Windows users please see the :ref: `build_windows ` guide.
202-
203197Then, if you want to update your Matplotlib at any time, just do::
204198
205199 git pull
0 commit comments