Modified README.md

pull/4/head
Sheng 2017-11-08 22:59:53 +08:00
parent 30d38865a2
commit 80e559dba4
1 changed files with 6 additions and 1 deletions

View File

@ -12,7 +12,7 @@ $ pip install -r requirements.txt
### Run ### Run
``` ```
$ Python main.py $ python main.py
``` ```
### Help ### Help
@ -20,3 +20,8 @@ $ Python main.py
``` ```
$ python main.py --help $ python main.py --help
``` ```
### Python versions supported ?
```
Only tested Python versions 2.7.12 and 3.5.2 on Ubuntu 16.04.
```