Welcome to Visualea’s documentation!#
Visualea#

Software#
Institutes#
CIRAD / INRAE / inria
Status#
Python package
License#
CecILL-C
URL : https://visualea.rtfd.io
About#
OpenAlea.Visualea is the Visual Programming Environment of OpenAlea. It allows using OpenAlea packages without programming language knowledge and to build dataflow graphically.
Installation#
user mode#
mamba create -n visualea -c openalea3 -c conda-forge openalea.visualea
mamba activate visualea
for developer, in an existing environment#
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”, …)
for developer, in a new clean isolated environment#
mamba env create -f conda/environment.yml
mamba activate visualea
Contact & Contributing#
For any question, please submit to openalea/visualea#issues.
Versioning#
Sources are versioned on an Git repository hosted by platform GitHub: openalea/visualea. If you want to make your own development of the model, please fork the repository.
Documentation#
Contents: