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:
parent
a740f8aa88
commit
3763f96011
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue