I'm trying to use this commmand:
python -m SimpleHTTPServer
but it's not working. I'm guessing that it isn't working because I'm running that through Windows Command Prompt. How does one make that function?
The error I am getting from Command Prompt is: "'python' is not recognized as an internal or external command, operable program or batch file"