Add requests requirement

This commit is contained in:
jpattWPC 2022-06-30 11:42:46 -05:00 committed by GitHub
parent d4d6809527
commit ab792f2a2a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,5 @@
pip3 install proxmoxer
pip3 install PySimpleGUIQt
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
pip3 install PySimpleGUI
pip3 install PySimpleGUI
pip3 install requests