This website requires JavaScript.
Explore
Help
Register
Sign In
corbin
/
PVE-VDIClient
Watch
1
Star
0
Fork
0
You've already forked PVE-VDIClient
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Activity
Files
main
Add File
New File
Apply Patch
PVE-VDIClient
/
requirements.sh
5 lines
90 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
Initial Commit
2022-03-07 16:56:54 -06:00
#!/bin/bash
pip3 install proxmoxer
Set PySimpleGUI version As PySimpleGUI will be licensed starting at version 5.0.0, I am capping the version to prevent this. Alternate UI libraries will need to be implemented.
2024-02-12 18:22:24 -06:00
pip3 install
"PySimpleGUI<5.0.0"
Add requests requirement
2022-06-30 11:42:46 -05:00
pip3 install requests
Reference in New Issue
Copy Permalink