Installation

For Python beginners

Follow these instructions step by step:

For advanced users

Create a new Python (3.9) environment with conda or mamba:

mamba create -n <NAME> python=3.9  # <NAME> == chosen name, e.g. "pp-env"

Install phenopype with pip install phenopype.

mamba activate <NAME>
pip install phenopype

To work interactively, I strongly recommend to use VScode or Spyder.