Add requests requirement

This commit is contained in:
jpattWPC
2022-06-30 11:42:46 -05:00
committed by GitHub
parent d4d6809527
commit ab792f2a2a

View File

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