From ec1edfbebcc8820015e305b7928e1ebf2ea160c0 Mon Sep 17 00:00:00 2001 From: jpattWPC Date: Thu, 28 Apr 2022 09:15:38 -0500 Subject: [PATCH] Add fallback to PySimpleGUI --- requirements.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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