Skip to content

Installation

Using pip

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

pip install binned-cdf

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/binned-cdf@${GIT_REF}