May 2018
Intermediate to advanced
380 pages
9h 37m
English
$ virtualenv bpython-dev # determines Python version used $ source bpython-dev/bin/activate # necessary every time you work on bpython
$ git clone git@github.com:<github_username>/bpython/bpython.git
$ cd bpython $ pip install -e . # installs bpython and necessary dependencies $ pip install watchdog urwid # install optional dependencies $ pip install sphinx mock nose # install development dependencies $ bpython # launch bpython