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