Skip to content

Commit 80c989c

Browse files
author
Michael Currie
authored
Merge pull request #108 from geekSiddharth/patch-1
Update for Python 3
2 parents 003b146 + a134c92 commit 80c989c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ org.openworm.website
77

88
Runs as a google app engine application, but can serve up simple content via a Python simple server:
99

10+
For Python 2.x use:
11+
1012
cd war
1113
python -m SimpleHTTPServer
1214

15+
For Python 3.x use:
16+
17+
cd war
18+
python -m http.server
19+
1320
Point your browser at: http://127.0.0.1:8000/

0 commit comments

Comments
 (0)