This application is currently designed to run in an HPC environment.
There is an assumption that the freely available Anaconda software is installed on your machine.
git clone https://github.com/aglucaci/Endothermy.git
cd Endothermy
conda env create -f environment.yml
. This will create a conda environment called (RASCL) with the necessary dependencies.- At this point, run
conda activate ENDOTHERMY
and your environment will be ready to go.