Skip to content

Commit c1e1b78

Browse files
committed
Document more dependencies
1 parent f019e1f commit c1e1b78

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

README.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,24 @@ bpython - A fancy curses interface to the Python interactive interpreter
33

44
Dependencies
55
============
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)
1011

1112
bpython-curtsies
1213
----------------
1314
``bpython-curtsies`` requires the following additional packages:
1415

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
1724

1825
Introduction
1926
============

0 commit comments

Comments
 (0)