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 corella
using pip do:
pip install corella-python
To upgrade to the latest release:
pip install --upgrade corella-python
Source#
Ensure that you have git
installed, and then clone the repo:
git clone https://github.com/AtlasOfLivingAustralia/corella_python.git
Then go into the corella-python/corella
directory and run the following command:
pip install .