Installation¶
This section goes through the steps to install on 3 different OSes.
- Windows
- MacOS
- Linux
You can download the binary here
Windows¶
- Extract and run the avis installer .exe.
You can start the program by executing avis.exe, or by adding the folder to your PATH and typing avis
in the command prompt.
The user folder will be in the C:\Users\[username]\.avis\
directory.
MacOS¶
- Extract and copy the avis .app into the Applications folder.
You can start the program from the Applications list, or by typing avis
in the Terminal.
The user folder will be in the ~/.avis/
directory.
Linux¶
- Extract the avis package .deb
- At the parent folder, execute
sudo dpkg -i [package_name].deb
- If installation fails with dependancy problems, execute
sudo apt -f install
You can start the program from the Applications list, or by typing avis
in the Terminal.
The user folder will be in the ~/.avis/
directory.