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