Update INSTALLATION.md to mention automated macos build script

Clarifies confusion as seen in discussion of issue #718
pull/730/head
Patrick Leiser 2024-11-28 10:36:17 -08:00 zatwierdzone przez Holger Müller
rodzic c273079eff
commit c8952a26fa
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -85,6 +85,19 @@ or
. ~/.venv_nano/bin/activate
python3 nanovna-saver.py
## Automated MacOS Build Script
1. If needed, install dependencies
brew install python pyqt
2. Run the automated build script
./build-macos-app.sh
3. Open the completed app
open ./dist/NanoVNASaver/NanoVNASaver.app
or double-click on NanoVNASaver.app in finder.
## MacPorts
Via a MacPorts distribution maintained by @ra1nb0w.