Installation#

We strongly encourage users to install chainladder in a dedicated environment, like a conda environment.

General Installation#

There are two ways to install the chainladder package, using pip or conda:

Installing chainladder using pip:

pip install chainladder

Alternatively, if you have git and want to enjoy unreleased features, you can install directly from Github:

pip install git+https://github.com/casact/chainladder-python/

Installing chainladder using conda:

conda install -c conda-forge chainladder

Developer Installation#

If you’re interested in contributing, please refer to Contributing for information on the developer environment.