feat: initial commit

This commit is contained in:
2020-05-17 16:26:04 +02:00
commit f69cc0b45c
26 changed files with 10131 additions and 0 deletions

7
install.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
sudo apt update
sudo apt upgrade
sudo apt install python3-rpi.gpio python3-opencv python3-flask python3-socketio python3-eventlet python3-pil python3-pip
pip3 install --user python-socketio