Skip to content

install

Christophe Pradal edited this page Jun 11, 2018 · 2 revisions

Installation of OpenAlea

Conda Installation

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 2.7 based installation.

Windows, Linux, Mac

Create an environment named walter:

conda create -n walter -c openalea openalea.lpy boost=1.66

Activate the walter environment (do not type 'source' on windows):

[source] activate walter

Install the different packages

conda install -c openalea openalea.mtg alinea.caribu notebook matplotlib pandas scipy

conda install -c openalea -c conda-forge pvlib-python pytables alinea.astk

Clone this wiki locally