Install from a wheel (recommended for internal distribution)
Build a wheel from the repository, then install it:
make build-release
python -m pip install dist/*.whl
Install for development (using uv)
Create a development environment and run lading via uv:
make build
uv run lading --help