Last Update: 2024.10.29
Contents
Developer's Note: Before diving in, be aware that this tutorial assumes you're working in a macOS environment, considering the general setup of the SNU AGN team.
Download repository from Github(https://github.com/ericjsh/LAAKE) via Download ZIP or
git clone <https://github.com/ericjsh/LAAKE.git>
Create and activate virtual environment with all the essential python packages.
cd LAAKE
conda env create --file environment.yaml --name LAAKE
conda activate LAAKE