Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 286 Bytes

dev.md

File metadata and controls

17 lines (11 loc) · 286 Bytes

Dev

Create Single Executable

Linux

pyinstaller ./src/kube-inverter.py --name kube-inverter-linux-x86_64 --onefile --specpath ./src/

Windows

TODO

pyinstaller ./src/kube-inverter.py --name kube-inverter-windows-x86_64 --onefile --specpath ./src/