From cb6f405e82714da07f3d9af7217120b40662331d Mon Sep 17 00:00:00 2001 From: Mitsuo Takaki Date: Thu, 24 Oct 2019 07:35:51 -0700 Subject: [PATCH] Updating the instructions on how to run it --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ba53696..240a22a 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,13 @@ $ virtualenv cachet-url-monitor $ cd cachet-url-monitor $ source bin/activate $ pip install -r requirements.txt +$ python3 setup.py install ``` To start the agent: ``` -$ python cachet_url_monitor/scheduler.py config.yml +$ python3 cachet_url_monitor/scheduler.py config.yml ``` ## Docker