Installation
hypertiling
package is available in the PyPI package index and can be installed using
pip install hypertiling
For optimal performance, we recommend using hypertiling together with python-numba. If it is not already present on your system, it can be installed automatically using the [numba]
-suffix, i.e.
pip install hypertiling[numba]
The package can also be locally installed from our public git repository via
git clone https://git.physik.uni-wuerzburg.de/hypertiling/hypertiling
cd hypertiling
pip install .
For developer installation use
pip install -e .