Add python3-version of the http server in README

This commit is contained in:
Olav Vahtras
2017-06-07 07:54:59 +02:00
parent 6ec7df71dc
commit 66e8ecb64d
+4 -1
View File
@@ -8,7 +8,10 @@ If you serve this locally from `0.0.0.0`, the fonts will display properly. They
An easy way to do this:
$ python -m SimpleHTTPServer
$ python -m SimpleHTTPServer #python2
or
$ python -m http.server #python3
## Syncing PEP 8 changes