Installation with Miniconda (Windows, linux, OSX)

0. Install Miniconda

Follow official website instruction to install miniconda :

http://conda.pydata.org/miniconda.html

1. Install conda-build if not already installed

conda install conda-build

2. Create virtual environment and activate it

conda create --name phenomenal python
source activate phenomenal

3. Build and install openalea.phenomenal package

cd phenomenal/build_tools/conda
conda build -c conda-forge -c openalea .
conda install -c conda-forge -c openalea --use-local openalea.phenomenal

(Optional) Install several package managing tools :

conda install -c conda-forge notebook nose sphinx sphinx_rtd_theme pandoc coverage ipyvolume nbconvert