Skip to content

Commit

Permalink
Merge pull request #39 from algrebe/readme-updates
Browse files Browse the repository at this point in the history
references #38, updated readme
  • Loading branch information
algrebe authored Jan 17, 2017
2 parents 15c8742 + a1c532f commit 8cd437d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ if __name__ == '__main__':
Run it by doing

``` bash
python example.py run
python example.py run --debug
```

This server is now started and listening on default port 9345 for commands. You can interact with it using the Web UI by visiting http://localhost:9345/
This server is now started and listening on default port 9345 for commands. You can interact with it using the Web UI by visiting http://localhost:9345/console

If you want to start it on a different port, do

Expand All @@ -40,6 +40,8 @@ python example.py run --port <port no>

### Things to do in the Console

> The Web UI console and logs are enabled only when the `--debug` option is provided.
``` python
# see the objects available in the console env
>>> dir()
Expand Down

0 comments on commit 8cd437d

Please sign in to comment.