Installation¶
For easy package installation, either pip or uv is recommended.
Stable release¶
???
Using pip¶
???
Adding to a uv project¶
???
From source code¶
The source code for runzi can be downloaded from the Github repository.
You can clone down the public repository with:
$ git clone https://github.com/GNS-Science/nzshm-runzi.git
Once you have a copy of the source, you can install the package into your Python environment:
$ pip install .
Or with uv (installs all dependency groups including dev and doc):
$ uv sync --all-groups