We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7ef413 commit 199e245Copy full SHA for 199e245
2 files changed
doc/sphinx/source/index.rst
@@ -22,6 +22,7 @@ Contents:
22
releases
23
community
24
django
25
+ windows
26
changelog
27
sourcecode
28
bpaste
doc/sphinx/source/windows.rst
@@ -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