Installation

Table of contents

  1. Supported platforms and dependencies
  2. Install via a package manager
  3. Installing PlantCV-Geospatial for contributors

Supported platforms and dependencies

  • Linux 64-bit, x86 processors
  • macOS x86 (Intel) and M (ARM) processors
  • Windows 64-bit, x86 processors

First, you must have PlantCV installed, which requires Python and these Python packages. Follow one of the methods for PlantCV Installation and then continue with the instructions below to add PlantCV-Geospatial to your environment. Additionally, we recommend installing JupyterLab.

Install via a package manager

PyPi installation (after PlantCV Installation):

# Activate the plantcv environment (you will have to do this each time you start a new session)
conda activate plantcv
# Install plantcv-geospatial in editable mode so that it updates as you work on new features/updates
git clone https://github.com/danforthcenter/plantcv-geospatial.git 
cd plantcv-geospatial 
pip install -e .

Installing PlantCV-Geospatial for contributors

Before getting started, please read our contributor guidelines and code of conduct.

You can follow the PlantCV Installation for Contributor Guide and then continue with the instructions above to add PlantCV-Geospatial to your development environment.