Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python HTTP server start command changed with Python 3 #7

Open
cweinreben opened this issue Mar 8, 2013 · 1 comment
Open

Python HTTP server start command changed with Python 3 #7

cweinreben opened this issue Mar 8, 2013 · 1 comment

Comments

@cweinreben
Copy link

In file README.md the start command for a HTTP server should be modified:
Python 2:
python -m SimpleHTTPServer

Python 2:
python -m http.server

@qholness
Copy link

I think the 2nd block should read "Python 3" instead of "Python 2"

That worked. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants