Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 244 Bytes

File metadata and controls

8 lines (7 loc) · 244 Bytes

Python3

  • Python unter Windows installieren
    • Add Python ... to PATH
  • CMD öffnen:
    • pip install -r requirements.txt
  • pyinstaller --onefile --icon=app.ico zabbix_maintenance.py
  • Die exe Datei befindet sich im Ordner: dist