InstallationΒΆ

Install the package by using pip:

$ pip install shapley

Upgrade your outdated Shapley version by using:

$ pip install shapley --upgrade

To check your current package version just simply run:

$ pip freeze | grep shapley