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
Fix rst syntax
  • Loading branch information
jenshnielsen committed Oct 7, 2015
commit db09e7a296d0681ac200e0ca2d2c5736ee7c762e
4 changes: 2 additions & 2 deletions doc/faq/virtualenv_faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ 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.
normally always available.
* The ``QT4`` framework ``PySide`` is pip installable.
* The upcoming `WX Phoenix <http://wiki.wxpython.org/ProjectPhoenix>`_ toolkit
is ``pip`` installable.
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