Skip to content

Commit b1620ce

Browse files
committed
Refactor pip_install
Added build files
1 parent e84c839 commit b1620ce

File tree

9 files changed

+17
-0
lines changed

9 files changed

+17
-0
lines changed

brython/README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Brython Examples
2+
3+
## Projects
4+
5+
* github_install:
6+
* pip_install:
7+
* zero_install:
8+
9+
10+

brython/pip_install/Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.PHONY: all
2+
all: server
3+
4+
.PHONY: server
5+
server:
6+
python -m http.server -d web

brython/pip_install/make.bat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
python -m http.server -d web
File renamed without changes.

0 commit comments

Comments
 (0)