1
0
Fork 0
forked from github/pelican

add comment to 'preview your site' section mentioning the http server module for python3 is different then python

This commit is contained in:
winlu 2015-01-05 11:50:48 +01:00
commit 3763f96011

View file

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