1
- ==========
2
- Installing
3
- ==========
1
+ ==================
2
+ Installation Guide
3
+ ==================
4
4
5
5
.. note ::
6
6
@@ -44,10 +44,10 @@ distribution, download the :file:`*.tar.gz` file and look in the
44
44
To run the test suite:
45
45
46
46
* extract the :file: `lib/matplotlib/tests ` or :file: `lib/mpl_toolkits/tests `
47
- directories from the source distribution;
47
+ directories from the source distribution.
48
48
* install test dependencies: `pytest <https://pypi.org/project/pytest >`_,
49
49
MiKTeX, GhostScript, ffmpeg, avconv, ImageMagick, and `Inkscape
50
- <https://inkscape.org/> `_;
50
+ <https://inkscape.org/> `_.
51
51
* run ``python -mpytest ``.
52
52
53
53
Third-party distributions of Matplotlib
@@ -120,14 +120,14 @@ Optionally, you can also install a number of packages to enable better user
120
120
interface toolkits. See :ref: `what-is-a-backend ` for more details on the
121
121
optional Matplotlib backends and the capabilities they provide.
122
122
123
- * Tk _ (>= 8.3, != 8.6.0 or 8.6.1): for the Tk-based backends;
124
- * PyQt4 _ (>= 4.6) or PySide _ (>= 1.0.3) [# ]_: for the Qt4-based backends;
125
- * PyQt5 _ or PySide2 _: for the Qt5-based backends;
126
- * PyGObject _: for the GTK3-based backends [# ]_;
127
- * wxPython _ (>= 4) [# ]_: for the wx-based backends;
123
+ * Tk _ (>= 8.3, != 8.6.0 or 8.6.1): for the Tk-based backends.
124
+ * PyQt4 _ (>= 4.6) or PySide _ (>= 1.0.3) [# ]_: for the Qt4-based backends.
125
+ * PyQt5 _ or PySide2 _: for the Qt5-based backends.
126
+ * PyGObject _: for the GTK3-based backends [# ]_.
127
+ * wxPython _ (>= 4) [# ]_: for the wx-based backends.
128
128
* pycairo _ (>= 1.11.0) or cairocffi _ (>= 0.8): for the GTK3 and/or cairo-based
129
- backends;
130
- * Tornado _: for the WebAgg backend;
129
+ backends.
130
+ * Tornado _: for the WebAgg backend.
131
131
132
132
.. _Tk : https://docs.python.org/3/library/tk.html
133
133
.. _PyQt4 : https://pypi.org/project/PyQt4
@@ -149,11 +149,11 @@ optional Matplotlib backends and the capabilities they provide.
149
149
For better support of animation output format and image file formats, LaTeX,
150
150
etc., you can install the following:
151
151
152
- * `ffmpeg <https://www.ffmpeg.org/ >`_: for saving movies;
152
+ * `ffmpeg <https://www.ffmpeg.org/ >`_: for saving movies.
153
153
* `ImageMagick <https://www.imagemagick.org/script/index.php >`_: for saving
154
- animated gifs;
154
+ animated gifs.
155
155
* `LaTeX <https://miktex.org/ >`_ and `GhostScript (>=9.0)
156
- <https://ghostscript.com/download/> `_ : for rendering text with LaTeX;
156
+ <https://ghostscript.com/download/> `_ : for rendering text with LaTeX.
157
157
* `fontconfig <https://www.fontconfig.org >`_ (>= 2.7): for detection of system
158
158
fonts on Linux.
159
159
0 commit comments