Commit 664fe685 by Sheng

Added running examples

parent 39b41635
...@@ -13,7 +13,18 @@ $ pip install -r requirements.txt ...@@ -13,7 +13,18 @@ $ pip install -r requirements.txt
### Run ### Run
``` ```
// default listen on 127.0.0.1:8888
$ python main.py $ python main.py
// change listen address and port
$ python main.py --address='0.0.0.0' --port=8000
// change logging level
$ python main.py --logging=debug
// log to file
$ python main.py --log-file-prefix=main.log
``` ```
### Help ### Help
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment