Skip to content

Installation

Status: Development setup is current. Published release instructions will be restored after the release workflow is reverified.

Development setup

Clone the repository, then install the locked environment:

uv sync

Run the CLI from the environment:

uv run geosave --help

Run the default test selection:

uv run pytest

Python 3.12 or newer is required. See pyproject.toml for current dependencies and commands.