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
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