The environment to get this tool running is saved under environment.yml
.
To create the environment and install all the package associate with it use the code below in your terminal:
conda env create -f environment.yml
After installing, you can check if there is an environment created or not by:
conda env list
There will be an environment called AIA_API
(always).
First, navigate to the folder where you save or clone the git repository by using the cd
command:
cd File/path/to/your/git/repository
Or navigate it in the file explorer and copy the file path and paste into the command line
To run the tool simply, in your terminal, activate your environment:
conda activate your_environment
Then, type:
streamlit run main.py