# 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
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.