Files
PVE-VDIClient/requirements.sh

7 lines
175 B
Bash
Raw Normal View History

2022-03-07 16:56:54 -06:00
#!/bin/bash
pip3 install proxmoxer
2022-04-28 09:15:38 -05:00
pip3 install PySimpleGUIQt
# If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI
2022-06-30 11:42:46 -05:00
pip3 install PySimpleGUI
pip3 install requests