feat: initial commit
This commit is contained in:
7
install.sh
Normal file
7
install.sh
Normal 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
|
||||
Reference in New Issue
Block a user