mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
Documentation Correction to use http.server for Python3 (#6549)
This commit is contained in:
committed by
Maxime Beauchemin
parent
95cdda4482
commit
c6263fc096
@@ -153,7 +153,8 @@ and start a simple web server so we can check out the docs in a browser:
|
||||
|
||||
```bash
|
||||
cd docs/_build/html
|
||||
python -m SimpleHTTPServer
|
||||
python -m http.server # Python2 users should use SimpleHTTPServer
|
||||
|
||||
```
|
||||
|
||||
This will start a small Python web server listening on port 8000. Point your
|
||||
|
||||
Reference in New Issue
Block a user