8000 Merge pull request #11207 from anntzer/venvguidocs · matplotlib/matplotlib@9be2a7c · GitHub
[go: up one dir, main page]

Skip to content

Commit 9be2a7c

Browse files
authored
Merge pull request #11207 from anntzer/venvguidocs
Update venv gui docs wrt availability of PySide2.
2 parents 3d42783 + ca5324c commit 9be2a7c

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

doc/faq/virtualenv_faq.rst

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,18 @@ installed.
2121

2222
Otherwise, the situation (at the time of writing) is as follows:
2323

24-
============= ========================== =================================
25-
GUI framework pip-installable? conda or conda-forge-installable?
26-
============= ========================== =================================
27-
PyQt5 yes yes
28-
------------- -------------------------- ---------------------------------
29-
PyQt4 PySide: on Windows and OSX yes
30-
------------- -------------------------- ---------------------------------
31-
PyGObject yes [#]_ on Linux
32-
------------- -------------------------- ---------------------------------
33-
wxPython yes [#]_ yes
34-
============= ========================== =================================
24+
========= ========= ================ =================================
25+
framework bindings pip-installable? conda or conda-forge-installable?
26+
========= ========= ================ =================================
27+
Qt5 PyQt5 yes yes
28+
Qt5 PySide2 yes [#]_ yes
29+
Qt4 PyQt4 no yes
30+
Qt4 PySide OSX and Windows yes
31+
GTK3 PyGObject yes [#]_ Linux and OSX
32+
wxWidgets wxPython yes [#]_ yes
33+
========= ========= ================ =================================
34+
35+
.. [#] See http://lists.qt-project.org/pipermail/pyside/2018-March/002537.html.
3536
3637
.. [#] No wheels available, see
3738
https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html

0 commit comments

Comments
 (0)
0