8000 Add documentation about working in virtualenvs to the Matplotlib faq by jenshnielsen · Pull Request #5179 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Add documentation about working in virtualenvs to the Matplotlib faq #5179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Oct 21, 2015
Prev Previous commit
Next Next commit
Bulleted list
  • Loading branch information
jenshnielsen committed Oct 7, 2015
commit 74999505101485a3c0270f6f188299904b860eec
9 changes: 5 additions & 4 deletions doc/faq/virtualenv_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,11 @@ environments where you can install all Conda supported GUI frameworks directly
into the environment. In regular virtualenv environment various workarounds
exist. Some of these are given here:

The ``TKAgg`` backend doesn't require any external dependencies and is normally
always available. The ``QT4`` framework ``PySide`` and the upcoming `WX Phoenix
<http://wiki.wxpython.org/ProjectPhoenix>`_ toolkit are ``pip`` installable
and can be used directly within a virtual environment.
* The ``TKAgg`` backend doesn't require any external dependencies and is
normally always available.
* The ``QT4`` framework ``PySide`` is pip installable.
* The upcoming `WX Phoenix <http://wiki.wxpython.org/ProjectPhoenix>`_ toolkit
is ``pip`` installable.

Other frameworks are harder to install into a virtual environment. There are at
least two possible ways to get access to these in a virtual environment.
Expand Down
0