Installation¶
The latest release version of shapiq can be installed from
PyPI with:
pip install shapiq
The development version can be installed from GitHub with:
pip install git+https://github.com/mmschlk/shapiq
Development¶
Additional packages required for the development of shapiq (documentation, tests) can be installed with:
pip install shapiq[docs]
pip install shapiq[dev] # includes docs