InstallingΒΆ

Using pip:

pip install seriesdistancematrix

Alternatively, clone this repositor and run:

python setup.py clean build install

For local development (this allows you to edit code without having to reinstall the library):

python setup.py develop