How to install#

Installing with pip#

pip install xdem

Warning

Updating packages with pip (and sometimes mamba) can break your installation. If this happens, re-create an environment from scratch pinning directly all your other dependencies during initial solve (e.g., mamba create -n xdem-env -c conda-forge xdem myotherpackage==1.0.0).

Installing for contributors#

git clone https://github.com/GlacioHack/xdem.git
mamba env create -f xdem/dev-environment.yml

After installing, you can check that everything is working by running the tests: pytest -rA.