Installation#
You can install the latest release of dageo simply via pip
pip install dageo
and conda
conda install -c conda-forge dageo
or clone the repository and install it manually with
git clone git@github.com:tuda-geo/dageo
cd dageo
make install
to get the latest version.