Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

squarecapadmin / bpython   python

Repository URL to install this package:

Version: 0.12 

/ doc / sphinx / source / windows.rst

.. _windows:

Windows
=======
When bpython was developed it only supported Linux and we grew support for
other platforms as well.

There are no official binaries for bpython on Windows (though this is something
we plan on providing in the future).

The easiest way to get `bpython.cli` (the curses frontend running) is to install
an unofficial windows binary for pdcurses from:
http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses. After this you can just
`pip install bpython` and run bpython like you would on a Linux system (e.g.
by typing `bpython` on your prompt).