Skip to content

Commit 199e245

Browse files
committed
Add a page describing how to run bpython.cli on Windows. Later to be extended with bpython.gtk
1 parent c7ef413 commit 199e245

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

doc/sphinx/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ Contents:
2222
releases
2323
community
2424
django
25+
windows
2526
changelog
2627
sourcecode
2728
bpaste

doc/sphinx/source/windows.rst

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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).

0 commit comments

Comments
 (0)