Update setup.sh

This commit is contained in:
2026-04-17 22:42:11 +00:00
parent 957855e347
commit ac0cd80e92
+3
View File
@@ -27,3 +27,6 @@ sudo apt install python3 python3-pip python3-venv git -y
# Create virtual environment and install web UI dependencies
python3 -m venv ~/rpikvm
~/rpikvm/bin/pip install flask evdev
# Create the control webUI
mkdir -p ~/rpikvm/templates