development/bpython: Updated INFO & README file.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2264316ddc
commit
30700d18b3
|
@ -1 +1,3 @@
|
|||
bpython is a fancy curses interface to the Python interactive interpreter.
|
||||
|
||||
NOTE: Install python3 first before installing all other requirements.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue