Skip to content

Installation

You should be able to install HYDROLIB with:

pip install hydrolib

or you can create a clean conda environment first

conda create --name hydrolib_env python=3.12 -c conda-forge
conda activate hydrolib_env
pip install hydrolib

Note

If you use conda, it's advisable to install HYDROLIB within a new environment with only conda-forge as channel.