Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save heitorlessa/20bb6b6826878f01b0c5cbb1e6bf0982 to your computer and use it in GitHub Desktop.
Save heitorlessa/20bb6b6826878f01b0c5cbb1e6bf0982 to your computer and use it in GitHub Desktop.
Bpython on Windows
# Download curses wheel package
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses
# Install curses via pip
pip install python -m pip install Downloads/curses-2.2-cp27-none-win_amd64.whl
# Run bpython-curses instead of bpython
bpython-curses
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment