updated readme

This commit is contained in:
Hristo Jelev
2020-04-27 20:35:51 +03:00
parent a08cc25cfc
commit 520cd04180

View File

@@ -8,11 +8,15 @@ The script if very light, it takes 4 seconds as there are 4 one second sleeps in
# Installation: # 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 Rename config.py.example to config.py and populate the needed variables