mirror of
https://github.com/esphome/esphome-flasher.git
synced 2026-01-14 05:01:26 +01:00
450 B
450 B
macOS
pyinstaller -F -w -n ESPHome-Flasher -i icon.icns esphomeflasher/__main__.py
Windows
- Start up VM
- Install Python (3) from App Store
- Download esphome-flasher from GitHub
pip install -e.andpip install pyinstaller- Check with
python -m esphomeflasher.__main__ python -m PyInstaller.__main__ -F -w -n ESPHome-Flasher -i icon.ico esphomeflasher\__main__.py- Go to
distfolder, check ESPHome-Flasher.exe works.