- Christophe Pradal
CIRAD / INRAE / inria
Python package
CecILL-C
URL : https://visualea.rtfd.io
OpenAlea.Visualea is the Visual Programming Environment of OpenAlea. It allows using OpenAlea packages without programming language knowledge and to build dataflow graphically.
mamba create -n visualea -c openalea3 -c conda-forge openalea.visualea
mamba activate visualea
git clone 'https://github.com/openalea/visualea.git'
cd visualea
mamba install --only-deps -c openalea3 -c conda-forge openalea.visualea
pip install -e .[options]
[options]
is optional, and allows to install additional dependencies
defined in the [project.optional-dependencies]
section of your
pyproject.toml file (usually "dev", or "doc", ...)
mamba env create -f conda/environment.yml
mamba activate visualea