update readme

This commit is contained in:
Dave Pedu 2015-12-06 22:42:16 -08:00
parent a2f9f12c62
commit dfe1da1599
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ python-esmonitor
Quick start
-----------
* Install: `python3 setup.py install ; pip3 install -r requirements.txt`
* Install: `pip3 install -r requirements.txt ; python3 setup.py install`
* Configure: `cd examples ; vim config.json`
* Run: `pymonitor -c config.json`