Install

PyPI

The package is available on pypi:

pip install smaht-pipeline-utils

Source

The version on pypi may be outdated or may not be the required version. To install the latest version from source:

git clone https://github.com/smaht-dac/smaht-pipeline-utils.git
cd smaht-pipeline-utils
make configure
make update
make build

Please refer to pyproject.toml for the supported Python version.