1
1
.. redirect-from :: /users/installing
2
2
3
- ============
3
+ ************
4
4
Installation
5
+ ************
6
+
7
+ Dependencies
5
8
============
6
9
10
+ Mandatory dependencies should be installed automatically if you install Matplotlib using
11
+ a package manager such as ``pip `` or ``conda ``; therefore this list is primarily for
12
+ reference and troubleshooting.
13
+
14
+ .. toctree ::
15
+
16
+ dependencies
17
+
7
18
8
19
Install an official release
9
20
===========================
@@ -143,17 +154,16 @@ appearance and behavior can be configured via the
143
154
144
155
.. _installing-faq :
145
156
146
- ==========================
147
157
Frequently asked questions
148
- ==========================
158
+ ===========================
149
159
150
160
Report a compilation problem
151
- ============================
161
+ ----------------------------
152
162
153
163
See :ref: `reporting-problems `.
154
164
155
165
Matplotlib compiled fine, but nothing shows up when I use it
156
- ============================================================
166
+ ------------------------------------------------------------
157
167
158
168
The first thing to try is a :ref: `clean install <clean-install >` and see if
159
169
that helps. If not, the best way to test your install is by running a script,
@@ -175,7 +185,7 @@ If you are still having trouble, see :ref:`reporting-problems`.
175
185
.. _clean-install :
176
186
177
187
How to completely remove Matplotlib
178
- ===================================
188
+ -----------------------------------
179
189
180
190
Occasionally, problems with Matplotlib can be solved with a clean
181
191
installation of the package. In order to fully remove an installed Matplotlib:
@@ -187,12 +197,12 @@ installation of the package. In order to fully remove an installed Matplotlib:
187
197
directory <locating-matplotlib-install>`.
188
198
189
199
OSX Notes
190
- =========
200
+ ---------
191
201
192
202
.. _which-python-for-osx :
193
203
194
204
Which python for OSX?
195
- ---------------------
205
+ ^^^^^^^^^^^^^^^^^^^^^
196
206
197
207
Apple ships OSX with its own Python, in ``/usr/bin/python ``, and its own copy
198
208
of Matplotlib. Unfortunately, the way Apple currently installs its own copies
@@ -222,7 +232,7 @@ or Python.org Python.
222
232
.. _install_osx_binaries :
223
233
224
234
Installing OSX binary wheels
225
- ----------------------------
235
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
226
236
227
237
If you are using Python from https://www.python.org, Homebrew, or Macports,
228
238
then you can use the standard pip installer to install Matplotlib binaries in
@@ -242,7 +252,7 @@ You might also want to install IPython or the Jupyter notebook (``python3 -m pip
242
252
install ipython notebook ``).
243
253
244
254
Checking your installation
245
- --------------------------
255
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^
246
256
247
257
The new version of Matplotlib should now be on your Python "path". Check this
248
258
at the Terminal.app command line::
0 commit comments