Installation

Haydi is a pure Python package for Python 2.7+.

Basic installation

Haydi itself can be installed simply with pip:

pip install git+https://github.com/spirali/haydi.git

Distributed run

For distributed run you need to install dask/distributed:

pip install distributed

PyPy

Haydi is fully compatible with PyPy that can provide a substantial speed-up.