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

Skip to content

Commit 6a10a00

Browse files
authored
Merge pull request #10087 from anntzer/vext
DOC: Update docs on installing GUI toolkits in virtualenvs.
2 parents 9549761 + 8bdeff6 commit 6a10a00

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

doc/faq/virtualenv_faq.rst

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,8 @@ version):
5858
from within the virtualenv to specific system-wide packages without the
5959
overall shadowing issue. A specific package needs to be installed for each
6060
framework, e.g. `vext.pyqt5 <https://pypi.python.org/pypi/vext.pyqt5>`_, etc.
61-
62-
- The GUI frameworks can be manually symlinked into the environment, e.g. for
63-
PyQt5, you should symlink ``PyQt5`` and ``sip`` from the system site-packages
64-
into the virtualenv site-packages.
61+
It is recommended to use ``vext>=0.7.0`` as earlier versions misconfigure the
62+
logging system.
6563

6664
If you are using Matplotlib on OSX, you may also want to consider the
6765
:ref:`OSX framework FAQ <osxframework-faq>`.

0 commit comments

Comments
 (0)