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

Skip to content

Commit 487a935

Browse files
authored
Merge pull request #14946 from anntzer/venvfaq
DOC: Delete virtualenv faq.
2 parents 4a6f14d + f199e08 commit 487a935

3 files changed

Lines changed: 10 additions & 65 deletions

File tree

INSTALL.rst

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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,
158165
etc., you can install the following:
159166

doc/faq/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ The Matplotlib FAQ
1818
howto_faq.rst
1919
troubleshooting_faq.rst
2020
environment_variables_faq.rst
21-
virtualenv_faq.rst

doc/faq/virtualenv_faq.rst

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)