X Tutup
Skip to content

Commit 68a1af1

Browse files
committed
Document the dependencies of "bpython-curtsies"
This avoids having to see stack traces to see what needs to be installed ("pkg_resources.DistributionNotFound: curtsies>=0.0.32", "pkg_resources.DistributionNotFound: greenlet").
1 parent a31ee9e commit 68a1af1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ Pygments
88
Sphinx != 1.1.2 (for the documentation only)
99
(apt-get install python-sphinx)
1010

11+
bpython-curtsies
12+
----------------
13+
``bpython-curtsies`` requires the following additional packages:
14+
15+
- curtsies
16+
- greenlet
17+
1118
Introduction
1219
============
1320
A few people asked for stuff like syntax highlighting and autocomplete for the

0 commit comments

Comments
 (0)
X Tutup