File tree 1 file changed +13
-6
lines changed
1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,24 @@ bpython - A fancy curses interface to the Python interactive interpreter
3
3
4
4
Dependencies
5
5
============
6
- Pygments
7
- (apt-get install python-pygments)
8
- Sphinx != 1.1.2 (for the documentation only)
9
- (apt-get install python-sphinx)
6
+
7
+ * Pygments (apt-get install python-pygments)
8
+ * Sphinx != 1.1.2 (for the documentation only) (apt-get install python-sphinx)
9
+ * mock (for the testsuite only)
10
+ * babel (optional, for internationalization)
10
11
11
12
bpython-curtsies
12
13
----------------
13
14
``bpython-curtsies `` requires the following additional packages:
14
15
15
- - curtsies
16
- - greenlet
16
+ * curtsies >= 0.0.32
17
+ * greenlet
18
+
19
+ bpython-urwid
20
+ -------------
21
+ ``bpython-urwid `` requires the following additional packages:
22
+
23
+ * urwid
17
24
18
25
Introduction
19
26
============
You can’t perform that action at this time.
0 commit comments