5 lines
102 B
Batchfile
5 lines
102 B
Batchfile
@echo off
|
|
pip install pyinstaller
|
|
pip install proxmoxer
|
|
pip install PySimpleGUIQt
|
|
pip install requests |