diff options
Diffstat (limited to 'development/bpython')
-rw-r--r-- | development/bpython/README | 2 | ||||
-rw-r--r-- | development/bpython/bpython.info | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/development/bpython/README b/development/bpython/README index 7364eee49a26..584378d5d1ec 100644 --- a/development/bpython/README +++ b/development/bpython/README @@ -1 +1,3 @@ bpython is a fancy curses interface to the Python interactive interpreter. + +NOTE: Install python3 first before installing all other requirements. diff --git a/development/bpython/bpython.info b/development/bpython/bpython.info index dbf8ce491663..6613d6b524ce 100644 --- a/development/bpython/bpython.info +++ b/development/bpython/bpython.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/cc/af/4ebe98f22713b4d66d57b85d MD5SUM="a150a9ff3383013da1156dda4b44280d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3 python-requests Pygments curtsies greenlet" +REQUIRES="python3-six python-requests Pygments curtsies greenlet" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |