Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 98ef7a6

Browse filesBrowse files
authored
Merge pull request #16998 from SidharthBansal/patch-1
Made INSTALL.rst consistent
2 parents aaedb1a + 5c25b0a commit 98ef7a6
Copy full SHA for 98ef7a6

File tree

Expand file treeCollapse file tree

1 file changed

+15
-15
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-15
lines changed

‎INSTALL.rst

Copy file name to clipboardExpand all lines: INSTALL.rst
+15-15Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
4444
To 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

5353
Third-party distributions of Matplotlib
@@ -120,14 +120,14 @@ Optionally, you can also install a number of packages to enable better user
120120
interface toolkits. See :ref:`what-is-a-backend` for more details on the
121121
optional 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,
150150
etc., 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

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.