Skip to content

Commit b88b690

Browse files
committed
Move required dependencies to the top
Also remove those apt-gets. Signed-off-by: Sebastian Ramacher <[email protected]>
1 parent 0f6fa49 commit b88b690

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ bpython - A fancy curses interface to the Python interactive interpreter
88
Dependencies
99
============
1010

11-
* Pygments (apt-get install python-pygments)
12-
* Sphinx != 1.1.2 (for the documentation only) (apt-get install python-sphinx)
13-
* mock (for the testsuite only)
14-
* babel (optional, for internationalization)
11+
* Pygments
1512
* requests
1613
* curtsies >= 0.1.15,<0.2.0
1714
* greenlet
15+
* Sphinx != 1.1.2 (optional, for the documentation)
16+
* mock (optional, for the testsuite)
17+
* babel (optional, for internationalization)
1818
* watchdog (optional, for monitoring imported modules for changes)
1919

2020
bpython-urwid

0 commit comments

Comments
 (0)