From 96bc51bda2f9dc5527529bf1bbc0d47c50f072b2 Mon Sep 17 00:00:00 2001 From: Masoko Date: Mon, 27 Apr 2020 16:48:10 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14cda6b..4e4b11c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ +# Rapsberry Pi MQTT monitor Python 2 script to check cpu load, cpu temperature and free space, on a Raspberry Pi computer and publish the data to a MQTT server. -#Installation: - +# Installation: Install these two modules needed for the script RUN pip install paho-mqtt RUN sudo apt-get install python-pip