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.
Conda Download. Use the Python 3.8 based installation.
Create an environment named openalea: Launch a console (See Anaconda Prompt in Start menu on windows)
conda create -n training -c fredboudon -c conda-forge openalea.plantgl openalea.lpy alinea.caribu alinea.astk python=3.8
Activate the openalea environment:
conda activate training
pip install matplotlib pandas