File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ Contents:
2222 releases
2323 community
2424 django
25+ windows
2526 changelog
2627 sourcecode
2728 bpaste
Original file line number Diff line number Diff line change 1+ .. _windows :
2+
3+ Windows
4+ =======
5+ When bpython was developed it only supported Linux and we grew support for
6+ other platforms as well.
7+
8+ There are no official binaries for bpython on Windows (though this is something
9+ we plan on providing in the future).
10+
11+ The easiest way to get `bpython.cli ` (the curses frontend running) is to install
12+ an unofficial windows binary for pdcurses from:
13+ http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses. After this you can just
14+ `pip install bpython ` and run bpython like you would on a Linux system (e.g.
15+ by typing `bpython ` on your prompt).
You can’t perform that action at this time.
0 commit comments