Installation
Create environment
conda create -n hydro_fetch python=3.11
conda activate hydro_fetch
Install
pip install -e ".[docs]"
Note
The [docs] extra installs MkDocs and mkdocstrings for building documentation locally.
Omit it for a minimal install: pip install -e .