Installation

Step 1: Install anaconda distribution

Step 2: Download ALFA
Alternatively, you can also clone the git repository

Step 3: Unzip ALFA

Windows

Step 4: Open Anaconda Prompt from Start Menu

Step 5: Navigate to the directory where ALFA was downloaded
cd [path where ALFA was unzipped]

Step 6: Type the following command
conda env create -f environment.yaml
Once all the packages are installed, you can close the window.

Linux/macOS

Step 4: Open terminal

Step 5: Type the following command
conda env create -f environment.yaml

Running ALFA

Windows

Open Anaconda Prompt from start menu.
Navigate to the directory where ALFA was downloaded (using cd).

Type the following command

conda activate Alfarvis
python ./alfa_gui.py

Linux/macOS

Open terminal, navigate to the directory where ALFA was downloaded (using cd), and type the following commands

conda activate Alfarvis
python ./alfa_gui.py