Skip to content

Install

Thibault Pradal edited this page Jun 25, 2021 · 9 revisions

Installation

You will find here the recommended way to install Openalea.

Installing Conda

In order to install Openalea, you will need Conda, a package manager. You will find information about installing it in the Miniconda site

Installing Openalea

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.

Clone this wiki locally