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

# If Python 2 is installed
python -m SimpleHTTPServer
