.. _dev_install: 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. .. code-block:: console 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 .