Material for the SupAgro Modelling Course
Conda is a package manager that can be installed on Linux, Windows, and Mac. If you have not yet installed conda on your computer, follow these instructions:
Conda Installation. Follow instructions for Miniconda.
Create an environment named openalea: Launch a console (See Anaconda Prompt in Start menu on windows)
conda create -n training -c openalea3 -c conda-forge openalea.plantgl openalea.lpy alinea.caribu alinea.astk
Activate the openalea environment:
conda activate training
pip install matplotlib pandas