Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9549761 + 8bdeff6 commit 6a10a00Copy full SHA for 6a10a00
doc/faq/virtualenv_faq.rst
@@ -58,10 +58,8 @@ version):
58
from within the virtualenv to specific system-wide packages without the
59
overall shadowing issue. A specific package needs to be installed for each
60
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.
+ It is recommended to use ``vext>=0.7.0`` as earlier versions misconfigure the
+ logging system.
65
66
If you are using Matplotlib on OSX, you may also want to consider the
67
:ref:`OSX framework FAQ <osxframework-faq>`.
0 commit comments