Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 199e245

Browse filesBrowse 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
Copy full SHA for 199e245

2 files changed

+16Lines changed: 16 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎doc/sphinx/source/index.rst‎

Copy file name to clipboardExpand all lines: doc/sphinx/source/index.rst
+1Lines changed: 1 addition & 0 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎doc/sphinx/source/windows.rst‎

Copy file name to clipboard
+15Lines changed: 15 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.