Installation¶
For easy package installation, either pip or poetry is recommended.
Stable release¶
???
Using pip¶
???
Adding to a poetry 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 Poetry (using --all-extras to install all extra dependencies is
recommended for development):
$ poetry install --all-extras