@@ -143,17 +143,24 @@ optional Matplotlib backends and the capabilities they provide.
143143* `Tk <https://docs.python.org/3/library/tk.html >`_ (>= 8.3, != 8.6.0 or
144144 8.6.1): for the Tk-based backends;
145145* `PyQt4 <https://pypi.org/project/PyQt4 >`_ (>= 4.6) or
146- `PySide <https://pypi.org/project/PySide >`_ (>= 1.0.3): for the Qt4-based
147- backends;
146+ `PySide <https://pypi.org/project/PySide >`_ (>= 1.0.3) [ # ]_ : for the
147+ Qt4-based backends;
148148* `PyQt5 <https://pypi.org/project/PyQt5 >`_: for the Qt5-based backends;
149149* `PyGObject <https://pypi.org/project/PyGObject/ >`_: for the GTK3-based
150+ backends [# ]_;
151+ * `wxPython <https://www.wxpython.org/ >`_ (>= 4) [# ]_: for the wx-based
150152 backends;
151- * `wxPython <https://www.wxpython.org/ >`_ (>= 4): for the WX-based backends;
152153* `cairocffi <https://cairocffi.readthedocs.io/en/latest/ >`_ (>= 0.8) or
153154 `pycairo <https://pypi.org/project/pycairo >`_: for the cairo-based
154155 backends;
155156* `Tornado <https://pypi.org/project/tornado >`_: for the WebAgg backend;
156157
158+ .. [# ] PySide cannot be pip-installed on Linux (but can be conda-installed).
159+ .. [# ] If using pip (and not conda), PyGObject must be built from source; see
160+ https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html.
161+ .. [# ] If using pip (and not conda) on Linux, wxPython wheels must be manually
162+ downloaded from https://wxpython.org/pages/downloads/.
163+
157164 For better support of animation output format and image file formats, LaTeX,
158165etc., you can install the following:
159166
0 commit comments