@@ -28,19 +28,23 @@ PyQt5 yes yes
2828------------- -------------------------- ---------------------------------
2929PyQt4 PySide: on Windows and OSX yes
3030------------- -------------------------- ---------------------------------
31- PyGObject no on Linux
31+ PyGObject yes [ # ]_ on Linux
3232------------- -------------------------- ---------------------------------
3333wxPython yes [# ]_ yes
3434============= ========================== =================================
3535
36+ .. [# ] No wheels available, see
37+ https://pygobject.readthedocs.io/en/latest/devguide/dev_environ.html
38+ for build instructions.
39+
3640 .. [# ] OSX and Windows wheels available on PyPI. Linux wheels available but
3741 not on PyPI, see https://wxpython.org/pages/downloads/.
3842
3943 For cases where the framework is not installabl
767F
e in a venv, it needs to be
40- install the package in the global (system) site-packages, and then made
41- available from within the venv. This can be achieved by either of the
42- following methods (in all cases, the system-wide Python and the venv Python
43- must be of the same version):
44+ installed in the global (system) site-packages, and then made available from
45+ within the venv. This can be achieved by either of the following methods (in
46+ all cases, the system-wide Python and the venv Python must be of the same
47+ version):
4448
4549- `vext <https://pypi.python.org/pypi/vext >`_ allows controlled access
4650 from within the virtualenv to specific system-wide packages without the
0 commit comments