- With pip from PyPi:
pip install pyshapley - With conda in your environment.yml (recommended for reproducible experiments):
name: exp01
channels:
- defaults
dependencies:
- pip>=20
- pip:
- pyshapley- With poetry (recommended for projects) using PyPi:
poetry add pyshapley - From public GitHub:
pip install --upgrade git+ssh://git@github.com:JulianStier/pyshapley.git