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