Skip to content

Commit 8cd437d

Browse files
authored
Merge pull request #39 from algrebe/readme-updates
references #38, updated readme
2 parents 15c8742 + a1c532f commit 8cd437d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ if __name__ == '__main__':
2727
Run it by doing
2828

2929
``` bash
30-
python example.py run
30+
python example.py run --debug
3131
```
3232

33-
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/
33+
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
3434

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

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

4141
### Things to do in the Console
4242

43+
> The Web UI console and logs are enabled only when the `--debug` option is provided.
44+
4345
``` python
4446
# see the objects available in the console env
4547
>>> dir()

0 commit comments

Comments
 (0)