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

Skip to content

Commit 7499950

Browse files
committed
Bulleted list
1 parent ecdd204 commit 7499950

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

doc/faq/virtualenv_faq.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@ environments where you can install all Conda supported GUI frameworks directly
3636
into the environment. In regular virtualenv environment various workarounds
3737
exist. Some of these are given here:
3838

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.
4344

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

0 commit comments

Comments
 (0)