Skip to content

Installation

To install the package, use pip:

pip install diffwofost

if you want to run notebooks locally, you need to install jupyterlab:

pip install jupyterlab

If you are a contributor, clone the source code and install the package in development mode:

git clone https://github.com/WUR-AI/diffWOFOST.git
cd diffWOFOST
pip install -e .[dev]

If you are a contributor, follow the instructions in the How to Contribute in the documentation.