Installation
Installation¶
nzssdt-2023 requires Python, and at the time of writing supports the following versions:
For easy package installation, either pip or poetry is recommended.
Stable release¶
A stable release of the Solvis package can be installed from the Python Package Index (PyPI).
Using pip¶
$ pip install nzssdt-2023
Adding to a poetry project¶
$ poetry add nzssdt-2023
From source code¶
The source code for nzssdt-2023
can be downloaded from the Github repository.
You can clone down the public repository with:
$ git clone https://github.com/GNS-Science/nzssdt-2023.git
Once you have a copy of the source, you can install the package into your Python environment:
$ pip install .
Or with Poetry (using --all-extras
to install all extra dependencies is
recommended for development):
$ poetry install --all-extras