add some install notes

This commit is contained in:
interfisch 2021-07-01 22:46:31 +02:00
parent b979d836a1
commit 77c3da9e51
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -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