vdiclient/requirements.sh
2022-04-28 09:15:38 -05:00

5 lines
152 B
Bash

#!/bin/bash
pip3 install proxmoxer
pip3 install PySimpleGUIQt
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
pip3 install PySimpleGUI