Installation

For Python beginners

Follow these instructions step by step:

For advanced users

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

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

Install phenopype with pip install phenopype.

conda activate <NAME>
pip install phenopype

To work interactively, I strongly recommend to use Spyder (best installed via conda-forge):

mamba install spyder -c conda-forge