Developer installation guide#

Conda as environment manager#

We recommend using conda as environment manager. You can download and install it here.

If you do not have Conda installed, please follow the instructions here to install it.

git clone https://github.com/xldeltares/hybridurb.git
cd hybridurb
conda create -n hybridurb python=3.11 -c conda-forge
conda activate hybridurb
pip install hydromt-delft3dfm
pip install -e .