| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -22,6 +22,7 @@ Contents: | |||
| 22 | 22 | releases | |
| 23 | 23 | community | |
| 24 | 24 | django | |
| 25 | + windows | ||
| 25 | 26 | changelog | |
| 26 | 27 | sourcecode | |
| 27 | 28 | bpaste | |
| Original file line number | Diff line number | Diff 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). | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments