sudo apt-get update
sudo apt-get install -y python3-pip
pip3 install -r requirements.txtcd scripts/
sudo chmod +x install_display.sh # UMI Display(SSD1306) Service Installation
sudo bash install_display.sh
sudo chmod +x install_service.sh # UMI UDP Stream Service Installation
sudo bash install_service.sh
sudo rebootThis project is licensed under the Apache-2.0 License - see the LICENSE file for details.