Skip to content

openalea/braceroot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brace Root

Anaconda-Server Badge Anaconda-Server Badge CI Badge

Brace Root contribution to mechanical stability

Documentation

Installation with Miniconda (Windows, linux, OSX)

Miniconda installation

Follow official website instruction to install miniconda :

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

  1. Create virtual environment and activate it
    conda create --name brace -c openalea3 -c conda-forge braceroot
    conda activate brace
  1. Build and install from source (alternative)
    cd braceroot/conda
    conda build -c openalea3 -c conda-forge .
    conda install -c openalea3 -c conda-forge --use-local braceroot

(Optional) Install several package managing tools :

    conda install jupyterlab pytest

Authors

  • Erin Sparks
  • Christophe Pradal
  • Baptiste Brument
  • Lindsay Erndwein
  • Christian Fournier
  • Adam Stager