Skip to content

Commit

Permalink
Merge pull request #1582 from ingwinlu/quickstart_python_python2
Browse files Browse the repository at this point in the history
DOCS: http server module for python3 is different then python2
  • Loading branch information
justinmayer committed Feb 17, 2015
2 parents 5912608 + 3763f96 commit 1301343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Open a new terminal session and run the following commands to switch to your
``output`` directory and launch Python's built-in web server::

cd ~/projects/yoursite/output
python -m SimpleHTTPServer
python -m SimpleHTTPServer # -m http.server if you use python3

Preview your site by navigating to http://localhost:8000/ in your browser.

Expand Down

0 comments on commit 1301343

Please sign in to comment.