.. Copyright (c) 2022, Manuel Schrauth, Florian Goth Installation ============ Hypertiling is available in the `PyPI `__ package index and can be installed using :: $ pip install hypertiling The package can also be locally installed. First download or clone the package, using :: $ git clone https://git.physik.uni-wuerzburg.de/hypertiling/hypertiling Now execute :: $ pip install . in the package's root directory to install the package in-place. For developer mode use :: $ pip install -e .