From b1fe6d541770ce7da5b2e413ffec38506d50e8c6 Mon Sep 17 00:00:00 2001 From: Masoko Date: Mon, 27 Apr 2020 16:33:46 +0300 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..99396bd --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# 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. +# RUN pip install paho-mqtt +# RUN sudo apt-get install python-pip