Installation#
Installation can be performed a number of ways: the Python Package Index (PyPI) or from the Github page.
Python Package Index#
To install the latest version of delma
using pip do:
pip install delma-python
To upgrade to the latest release:
pip install --upgrade delma-python
Source#
Ensure that you have git
installed, and then clone the repo:
git clone https://github.com/AtlasOfLivingAustralia/delma_python.git
Then go into the delma-python/delma
directory and run the following command:
pip install .