1- ==========
2- Installing
3- ==========
1+ ==================
2+ Installation Guide
3+ ==================
44
55.. note ::
66
@@ -44,10 +44,10 @@ distribution, download the :file:`*.tar.gz` file and look in the
4444To run the test suite:
4545
4646* extract the :file: `lib/matplotlib/tests ` or :file: `lib/mpl_toolkits/tests `
47- directories from the source distribution;
47+ directories from the source distribution.
4848* install test dependencies: `pytest <https://pypi.org/project/pytest >`_,
4949 MiKTeX, GhostScript, ffmpeg, avconv, ImageMagick, and `Inkscape
50- <https://inkscape.org/> `_;
50+ <https://inkscape.org/> `_.
5151* run ``python -mpytest ``.
5252
5353Third-party distributions of Matplotlib
@@ -120,14 +120,14 @@ Optionally, you can also install a number of packages to enable better user
120120interface toolkits. See :ref: `what-is-a-backend ` for more details on the
121121optional Matplotlib backends and the capabilities they provide.
122122
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.
128128* 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.
131131
132132.. _Tk : https://docs.python.org/3/library/tk.html
133133.. _PyQt4 : https://pypi.org/project/PyQt4
@@ -149,11 +149,11 @@ optional Matplotlib backends and the capabilities they provide.
149149 For better support of animation output format and image file formats, LaTeX,
150150etc., you can install the following:
151151
152- * `ffmpeg <https://www.ffmpeg.org/ >`_: for saving movies;
152+ * `ffmpeg <https://www.ffmpeg.org/ >`_: for saving movies.
153153* `ImageMagick <https://www.imagemagick.org/script/index.php >`_: for saving
154- animated gifs;
154+ animated gifs.
155155* `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.
157157* `fontconfig <https://www.fontconfig.org >`_ (>= 2.7): for detection of system
158158 fonts on Linux.
159159
0 commit comments