-
Notifications
You must be signed in to change notification settings - Fork 8
Install
Thibault Pradal edited this page Jul 2, 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. Miniconda is recomended as it is the minimal build for Conda. You will only install essential and no additional useless libraries.
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.