From 77c3da9e51f76ed886c82f0fee0273161256c636 Mon Sep 17 00:00:00 2001 From: Fisch Date: Thu, 1 Jul 2021 22:46:31 +0200 Subject: [PATCH] add some install notes --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e8d36b8 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +## Install python packages + +pip3 install -r requirements.txt + +## Install Systemd Service + +sudo cp systemd/mqtt-pi-led-display.service /etc/systemd/system/ +sudo systemctl start mqtt-pi-led-display.service +sudo systemctl enable mqtt-pi-led-display.service \ No newline at end of file