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

PR review #50

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,11 @@ In the clone, directly run:
python bottle_server.py
```

This will active a bottle server listening on port 8081, and can be
Note that this project uses Python3. This will active a bottle server listening on port 8081, and can be
stopped by ctrl-C in the terminal.

To update bottle.py, one must use ```2to3 -w bottle.py```. No local modifications of the bottle.py need to be done.

This is the easiest way to run a test server to have a look at your
changes immediately.

Expand Down
Loading