diff --git a/requirements.sh b/requirements.sh index f6f5f17..e5e0748 100644 --- a/requirements.sh +++ b/requirements.sh @@ -1,3 +1,5 @@ #!/bin/bash pip3 install proxmoxer -pip3 install PySimpleGUIQt \ No newline at end of file +pip3 install PySimpleGUIQt +# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI +pip3 install PySimpleGUI \ No newline at end of file