io2015-codelabs
io2015-codelabs copied to clipboard
[Suggestion] Alternative python server command for Python3
trafficstars
In Step 3, if one is running Python3, the command
$ python -m SimpleHTTPServer 3000
would be
$ python -m http.server 3000
(Not critical but at least worth a mention...)