@@ -127,15 +127,6 @@ from the Terminal.app command line::
127
127
You might also want to install IPython or the Jupyter notebook (``python3 -mpip
128
128
install ipython notebook ``).
129
129
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
-
139
130
Checking your installation
140
131
--------------------------
141
132
@@ -174,6 +165,12 @@ picked up by other Pythons. If all these fail, please :ref:`let us know
174
165
Install from source
175
166
===================
176
167
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
+
177
174
Clone the main source using one of::
178
175
179
176
git clone git@github.com:matplotlib/matplotlib.git
@@ -197,9 +194,6 @@ just replace the last step with::
197
194
This creates links and installs the command line script in the appropriate
198
195
places.
199
196
200
- .. note ::
201
- Windows users please see the :ref: `build_windows ` guide.
202
-
203
197
Then, if you want to update your Matplotlib at any time, just do::
204
198
205
199
git pull
0 commit comments