Installation#

Get source code#

UMR-CNRM/EvalTools

Install with pip#

Several python libraries are required to run evaltools. To install them, you can do

pip3 install -r requirements.txt

Optionally, you can also install

pip3 install -r optional-requirements.txt

which are dependencies needed for plotting maps or build the documentation.

The version numbers specified inside these two requirement files are the ones that have been used to test the library.

Then, go to the package directory and execute

pip3 install . --no-build-isolation