add some install notes
This commit is contained in:
parent
b979d836a1
commit
77c3da9e51
1 changed files with 9 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal 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
|
Loading…
Reference in a new issue