Installation
Installation¶
Stable release¶
To install nzhsm-common, run one of these commands in your terminal:
using pip¶
$ pip install nzhsm-common
using uv¶
$ uv add nzhsm-common
These are the preferred method to install nzhsm-common, as they will always install the most recent stable release.
From source¶
The source for nzhsm-common can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone https://github.com/GNS-Science/nzhsm-common-py.git
Once you have a copy of the source, you can install it with:
$ pip install .
$ uv sync --all-extras