- Remove PySimpleGUIQt support, as it requires breaking changes for Python 3.11 - Build MSI based off Python 3.11 (significantly smaller due to removing Qt requirement) - Bump version to 1.1.0
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/bash
|
|
pip3 install proxmoxer
|
|
pip3 install PySimpleGUI
|
|
pip3 install requests
|