GeLaTo is a python library for the Generalized Locally Toeplitz theory for IsoGeometric Analysis.
Simply run, for a local installation:
pip3 install --user gelato
or:
pip3 install gelato
for a global installation.
Standard mode:
python3 -m pip install .
Development mode:
python3 -m pip install --user -e .