Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 99728aa

Browse files
committed
DOC: add kiwisolver and cairocffi to INSTALL.rst
1 parent c4ae4d8 commit 99728aa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

INSTALL.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ Matplotlib requires a large number of dependencies:
181181
(for Python 2.7 only)
182182
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_ (for Python
183183
2.7 only, on Linux and macOS only)
184-
184+
* `kiwisolver <https://github.com/nucleic/kiwi>`__ (>= 1.0.0)
185185

186186
Optionally, you can also install a number of packages to enable better user
187187
interface toolkits. See :ref:`what-is-a-backend` for more details on the
@@ -193,8 +193,10 @@ optional Matplotlib backends and the capabilities they provide.
193193
* `PyQt5 <https://pypi.python.org/pypi/PyQt5>`_: for the Qt5Agg backend;
194194
* :term:`pygtk` (>= 2.4): for the GTK and the GTKAgg backend;
195195
* :term:`wxpython` (>= 2.9 or later): for the WX or WXAgg backend;
196+
* `cairocffi <https://cairocffi.readthedocs.io/en/latest/>`__ (>=
197+
v0.8): for cairo based backends;
196198
* `pycairo <https://pypi.python.org/pypi/pycairo>`_: for GTK3Cairo;
197-
* `Tornado <https://pypi.python.org/pypi/tornado>`_: for the WebAgg backend.
199+
* `Tornado <https://pypi.python.org/pypi/tornado>`_: for the WebAgg backend;
198200

199201
For better support of animation output format and image file formats, LaTeX,
200202
etc., you can install the following:

0 commit comments

Comments
 (0)