Skip to content

openalea/visualea

Repository files navigation

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

About

Visual Programming Workflow environment for OpenAlea

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 10

Languages