-
Notifications
You must be signed in to change notification settings - Fork 8
Install
Thibault Pradal edited this page Jun 25, 2021
·
9 revisions
You will find here the recommended way to install Openalea.
In order to install Openalea, you will need Conda, a package manager. You will find information about installing it in the Miniconda site
Firstly, you will need to create a conda environment named Openalea, then install in this environment the Openalea package you want :
conda create -n openalea -c openalea -c anaconda openalea.<*package_name*>
For example, if you want to install MTG, core and Caribu from Openalea :
conda create -n openalea -c openalea -c anaconda openalea.lpy openalea.mtg alinea.caribu boost=1.66
Then you want to activate the environment :
conda activate Openalea
In this environment you can install other packages and use the Openalea modules normally, without modifying anything but the environment.