Skip to content

Installation

Using pip

You can pip install different versions of this project as usual:

pip install torch-crps

Any Version from GitHub

You can install any version directly from GitHub:

GIT_REF=main # or some other ref, e.g. a branch or tag
pip install git+https://github.com/famura/torch-crps@${GIT_REF}