## Install python packages pip3 install -r requirements.txt ## Run python3 src/main.py MQTTBROKERADDRESS BASETOPIC ## 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