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.
5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/bash
|
|
pip3 install proxmoxer
|
|
pip3 install "PySimpleGUI<5.0.0"
|
|
pip3 install requests
|