InstallationΒΆ

The opengris-scaler package is available on PyPI and can be installed using any compatible package manager. The examples below use uv.

Base installation:

uv pip install opengris-scaler

If you need the web GUI:

uv pip install opengris-scaler[gui]

If you use GraphBLAS to solve DAG graph tasks:

uv pip install opengris-scaler[graphblas]

If you need all optional dependencies:

uv pip install opengris-scaler[all]