Skip to content

Commit e84c839

Browse files
committed
Added pip install project
1 parent 90a2c2d commit e84c839

File tree

7 files changed

+37332
-1
lines changed

7 files changed

+37332
-1
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
To run the demo, you can open the file demo.html from the browser "File/Open..." menu.
2+
3+
Another option is to start the built-in Python HTTP server by
4+
5+
python -m http.server
6+
7+
The default port is 8000. To specify another port:
8+
9+
python -m http.server 8080
10+
11+
Then load http://localhost:<port>/demo.html in the browser address bar.
12+
13+
For more information please visit http://brython.info.

brython/pip_install/project/brython.js

Lines changed: 14214 additions & 0 deletions
Large diffs are not rendered by default.

brython/pip_install/project/brython_stdlib.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)