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.
6 lines
128 B
Batchfile
6 lines
128 B
Batchfile
@echo off
|
|
pip install pyinstaller
|
|
pip install proxmoxer
|
|
pip install "PySimpleGUI<5.0.0"
|
|
pip install requests
|
|
pip install pywin32 |