File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,11 @@ environments where you can install all Conda supported GUI frameworks directly
36
36
into the environment. In regular virtualenv environment various workarounds
37
37
exist. Some of these are given here:
38
38
39
- The ``TKAgg `` backend doesn't require any external dependencies and is normally
40
- always available. The ``QT4 `` framework ``PySide `` and the upcoming `WX Phoenix
41
- <http://wiki.wxpython.org/ProjectPhoenix> `_ toolkit are ``pip `` installable
42
- and can be used directly within a virtual environment.
39
+ * The ``TKAgg `` backend doesn't require any external dependencies and is
40
+ normally always available.
41
+ * The ``QT4 `` framework ``PySide `` is pip installable.
42
+ * The upcoming `WX Phoenix <http://wiki.wxpython.org/ProjectPhoenix >`_ toolkit
43
+ is ``pip `` installable.
43
44
44
45
Other frameworks are harder to install into a virtual environment. There are at
45
46
least two possible ways to get access to these in a virtual environment.
You can’t perform that action at this time.
0 commit comments