# If Python version 3.x is installed:
python3 -m http.server

# If Python version 2.x is installed:
python -m SimpleHTTPServer
