mirror of
https://github.com/esphome/esphome-flasher.git
synced 2024-11-15 10:45:29 +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
dist
folder, check ESPHome-Flasher.exe works.