diff --git a/setup.sh b/setup.sh index fb57761..62e8ca8 100644 --- a/setup.sh +++ b/setup.sh @@ -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