http://earthdef.caltech.edu/account/register
cd ~/Software/earthdef
svn co http://earthdef.caltech.edu/svn/giant
svn co http://earthdef.caltech.edu/svn/varres
svn co http://earthdef.caltech.edu/svn/pyaps
Some packages need to be downloaded from a non-default repository, so you have to first register it in a ~/.condarc
file:
channels:
- defaults
- https://conda.anaconda.org/conda-forge
Then run:
conda env create -f giant.yml
alias start_giant="source ~/.giant/.giantenv; source activate giant"
where ~/.giant/.giantenv
contains:
export GIANT=~/Software/earthdef/giant/GIAnT
export PYAPS=~/Software/earthdef
export VARRES=~/Software/earthdef/varres
export PYTHONPATH=$GIANT:$PYAPS:$VARRES
export PATH=~/Software/earthdef/giant/GIAnT/SCR:$PATH