From 1bfb6f2228c10882f8d586edd1e11c748a97a6b3 Mon Sep 17 00:00:00 2001 From: tpollina Date: Thu, 6 Feb 2020 23:37:11 -0800 Subject: [PATCH] Update history_working_pi --- history_working_pi | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/history_working_pi b/history_working_pi index 2c6614b..129d8b2 100644 --- a/history_working_pi +++ b/history_working_pi @@ -1,3 +1,6 @@ +#MANUAL CONFIGURATION +#COPY PASTE LINE BY LINE + #Update and upgrade you Pi sudo apt-get update -y && sudo apt-get full-upgrade -y sudo reboot now @@ -34,16 +37,17 @@ npm install node-red-contrib-web-worldmap sudo systemctl enable nodered.service - +#BUILD CONFIGURATION +#COPY PASTE BLOCK BY BLOCK sudo pip3 install jupyter pip install matplotlib pip3 install matplotlib - sudo apt-get install exfat-fuse - sudo apt-get install exfat-utils + sudo apt-get install exfat-fuse -y + sudo apt-get install exfat-utils -y pip install paho-mqtt pip3 install paho-mqtt - sudo apt-get install mosquitto mosquitto-clients + sudo apt-get install mosquitto mosquitto-clients -y