From 66e8ecb64daa503afa7531018ae997b6556f39ee Mon Sep 17 00:00:00 2001 From: Olav Vahtras Date: Wed, 7 Jun 2017 07:54:59 +0200 Subject: [PATCH] Add python3-version of the http server in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bb159c..9bb554d 100644 --- a/README.md +++ b/README.md @@ -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