Installation

Table of contents

  1. Supported platforms and dependencies
  2. Installing PlantCV for contributors

Supported platforms and dependencies

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

PlantCV requires Python and these Python packages. Additionally, we recommend installing JupyterLab.

Installing PlantCV for contributors

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

You can follow the PlantCV Installation for Contributors Guide and then continue with the instructions below to add PlantCV-Annotate to your development environment.

# Activate the plantcv environment (you will have to do this each time you start a new session)
conda activate plantcv
# Install plantcv-annotate in editable mode so that it updates as you work on new features/updates
pip install plantcv-annotate
pip install -e .