WebGLBook icon indicating copy to clipboard operation
WebGLBook copied to clipboard

Python HTTP server start command changed with Python 3

Open cweinreben opened this issue 12 years ago • 1 comments

In file README.md the start command for a HTTP server should be modified: Python 2: python -m SimpleHTTPServer

Python 2: python -m http.server

cweinreben avatar Mar 08 '13 09:03 cweinreben

I think the 2nd block should read "Python 3" instead of "Python 2"

That worked. Thanks!

qholness avatar Oct 21 '16 21:10 qholness