Python SimpleHTTPServer

From RHS Wiki
Revision as of 12:04, 9 November 2018 by Rafahsolis (talk | contribs) (Created page with "== Python 2 == python -m SimpleHTTPServer == Python 3 == python3 -m http.server")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Python 2[edit]

python -m SimpleHTTPServer

Python 3[edit]

python3 -m http.server