-
Notifications
You must be signed in to change notification settings - Fork 3
Package Install Instructions
Rose Pearson edited this page Aug 3, 2021
·
9 revisions
You can use this package by using pip to install the package and dependencies. The following commands show how to do this in a conda terminal using the environment.yml
in the repository root.
conda env create -f environment.yml
conda activate geoapis
pip install git+https://github.com/niwa/geoapis
Alternatively, you can checkout the repository and run from source.
- Checkout the repository
- Set up a virtual environment (i.e. conda) using the
environment.yml
in the repository root to run from - Ensure the required credentials are setup. See Package Requirements for instructions.