WINDOWS Installer
Are you upgrading?
If you have an older version of AviaNZ installed, follow these steps to uninstall AviaNZ and delete the previous user settings. Note that after the upgrade, any recognisers created earlier will be lost. If you would like to keep them, please get in touch for instructions.
- Uninstall the previous version of AviaNZ.
- Find the folder
C:\Users\(user name)\AppData\Roaming. This is a hidden folder, so you may need to tick "Show hidden items" or a similar option in your file manager.
- Delete the
AviaNZ folder there.
- Then follow the "Windows installer" instructions below.
Windows installer (most users)
To install AviaNZ:
- Fill in the form below to download the installer.
- Run
AviaNZ-v3.2.exe and follow the prompts.
Install from source
If the installer does not work, you may try installing from source. Follow instructions in the "Windows Source" tab.
WINDOWS Source
Install from source code
- Install Anaconda by following instructions from https://docs.anaconda.com/anaconda/install/windows.
- Fill in the form below to to get the zip file of the latest release.
- Extract (
unzip AviaNZ-master.zip).
- Open Anaconda command prompt.
- Navigate to the extracted directory.
- Install the required packages by running
pip install -r requirements.txt --user at the command line.
- Build the Cython extensions by running
cd ext; python setup.py build_ext -i; cd..
- Done! Launch the software with
python AviaNZ.py
MacOS
Mac App
- Fill in the form below to download
avianzv3.4_mac.zip. Extract it to your home directory.
- Double-click to open it. If iasks for security checks, accept them.
- You can drag the app icon to the Dock, and start AviaNZ from there.
Linux
Install from source code
- Download the code from github (https://github.com/smarsland/avianz)
- Install the required packages by running
pip install -r requirements.txt --user at the command line.
- Build the Cython extensions by running
cd ext; python3 setup.py build_ext -i; cd..
- Done! Launch the software with
python3 AviaNZ.py