Files
PVE-VDIClient/requirements.sh

5 lines
152 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
pip3 install PySimpleGUI