io2015-codelabs icon indicating copy to clipboard operation
io2015-codelabs copied to clipboard

[Suggestion] Alternative python server command for Python3

Open r-i-c-h opened this issue 6 years ago • 0 comments
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...)

r-i-c-h avatar Mar 02 '19 22:03 r-i-c-h