1
- .. _pip : https://pypi.python.org/pypi/pip/
2
-
3
1
==========
4
2
Installing
5
3
==========
@@ -42,7 +40,7 @@ Test data
42
40
---------
43
41
44
42
The wheels (:file: `*.whl `) on the `PyPI download page
45
- <https://pypi.python. org/pypi /matplotlib/> `_ do not contain test data
43
+ <https://pypi.org/project /matplotlib/> `_ do not contain test data
46
44
or example code.
47
45
48
46
If you want to try the many demos that come in the Matplotlib source
@@ -53,7 +51,7 @@ To run the test suite:
53
51
54
52
* extract the :file: `lib/matplotlib/tests ` or :file: `lib/mpl_toolkits/tests `
55
53
directories from the source distribution;
56
- * install test dependencies: `pytest <https://pypi.python. org/pypi /pytest >`_,
54
+ * install test dependencies: `pytest <https://pypi.org/project /pytest >`_,
57
55
Pillow, MiKTeX, GhostScript, ffmpeg, avconv, ImageMagick, and `Inkscape
58
56
<https://inkscape.org/> `_;
59
57
* run ``python -mpytest ``.
@@ -94,9 +92,9 @@ If you are interested in contributing to Matplotlib development,
94
92
running the latest source code, or just like to build everything
95
93
yourself, it is not difficult to build Matplotlib from source. Grab
96
94
the latest *tar.gz * release file from `the PyPI files page
97
- <https://pypi.python. org/pypi /matplotlib/> `_, or if you want to
95
+ <https://pypi.org/project /matplotlib/> `_, or if you want to
98
96
develop Matplotlib or just need the latest bugfixed version, grab the
99
- latest git version :ref: `install-from-git `.
97
+ latest git version, and see :ref: `install-from-git `.
100
98
101
99
The standard environment variables `CC `, `CXX `, `PKG_CONFIG ` are respected.
102
100
This means you can set them if your toolchain is prefixed. This may be used for
@@ -141,7 +139,7 @@ Matplotlib requires the following dependencies:
141
139
* `NumPy <http://www.numpy.org >`_ (>= 1.10.0)
142
140
* `setuptools <https://setuptools.readthedocs.io/en/latest/ >`_
143
141
* `cycler <http://matplotlib.org/cycler/ >`_ (>= 0.10.0)
144
- * `dateutil <https://pypi.python. org/pypi /python-dateutil >`_ (>= 2.1)
142
+ * `dateutil <https://pypi.org/project /python-dateutil >`_ (>= 2.1)
145
143
* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.0.0)
146
144
* `pyparsing <https://pyparsing.wikispaces.com/ >`_
147
145
@@ -150,18 +148,18 @@ interface toolkits. See :ref:`what-is-a-backend` for more details on the
150
148
optional Matplotlib backends and the capabilities they provide.
151
149
152
150
* :term: `tk ` (>= 8.3, != 8.6.0 or 8.6.1): for the Tk-based backends;
153
- * `PyQt4 <https://pypi.python. org/pypi /PyQt4 >`_ (>= 4.6) or
154
- `PySide <https://pypi.python. org/pypi /PySide >`_ (>= 1.0.3): for the Qt4-based
151
+ * `PyQt4 <https://pypi.org/project /PyQt4 >`_ (>= 4.6) or
152
+ `PySide <https://pypi.org/project /PySide >`_ (>= 1.0.3): for the Qt4-based
155
153
backends;
156
- * `PyQt5 <https://pypi.python. org/pypi /PyQt5 >`_: for the Qt5-based backends;
154
+ * `PyQt5 <https://pypi.org/project /PyQt5 >`_: for the Qt5-based backends;
157
155
* `PyGObject <https://pypi.org/project/PyGObject/ >`_ or
158
156
`pgi <https://pypi.org/project/pgi/ >`_ (>= 0.0.11.2): for the GTK3-based
159
157
backends;
160
158
* :term: `wxpython ` (>= 4): for the WX-based backends;
161
159
* `cairocffi <https://cairocffi.readthedocs.io/en/latest/ >`_ (>= 0.8) or
162
- `pycairo <https://pypi.python. org/pypi /pycairo >`_: for the cairo-based
160
+ `pycairo <https://pypi.org/project /pycairo >`_: for the cairo-based
163
161
backends;
164
- * `Tornado <https://pypi.python. org/pypi /tornado >`_: for the WebAgg backend;
162
+ * `Tornado <https://pypi.org/project /tornado >`_: for the WebAgg backend;
165
163
166
164
For better support of animation output format and image file formats, LaTeX,
167
165
etc., you can install the following:
0 commit comments