Welcome to Visualea’s documentation!#

Visualea#

Docs Build Status Python Version License Anaconda-Server Badge

visualea main window

Software#

Authors#

  • Christophe Pradal

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#

Indices and tables#