Installation
From conda-forge
The recommended way to install evalhyd-python
is to use a conda
-like
package manager and the conda-forge channel:
$ mamba install -c conda-forge evalhyd-python
From PyPI
A limited number of platform built distributions (i.e. wheels)
are also available on the Python Package Index (PyPI). They can be installed
using pip
:
$ pip install evalhyd-python
Warning
If no wheel is available for your platform and/or Python version,
pip
will fall back on an installation through building from the
source distribution (also available on PyPI).
From source
To build evalhyd-python
from source, simply use pip
and point to
our GitLab repository:
$ pip install "git+https://gitlab.irstea.fr/hycar-hydro/evalhyd/evalhyd-python.git"
Requirements
The following packages are required to install evalhyd-python
:
numpy
pybind11