From dfe1da15992f6225dfd500311ae84ed797d58822 Mon Sep 17 00:00:00 2001 From: Dave Pedu Date: Sun, 6 Dec 2015 22:42:16 -0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89f6201..3aaa462 100644 --- a/README.md +++ b/README.md @@ -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`