From 520cd0418018673eb267e0a3ef990ace6b08fd68 Mon Sep 17 00:00:00 2001 From: Hristo Jelev Date: Mon, 27 Apr 2020 20:35:51 +0300 Subject: [PATCH] updated readme --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05c301b..7a047c7 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,15 @@ The script if very light, it takes 4 seconds as there are 4 one second sleeps in # Installation: -Install these two modules needed for the script +If you don't have pip installed: -RUN pip install paho-mqtt +$ sudo apt install python-pip -RUN sudo apt-get install python-pip +Then install these two modules needed for the script: + +$ pip install paho-mqtt + +$ sudo apt-get install python-pip Rename config.py.example to config.py and populate the needed variables