An open API service indexing awesome lists of open source software.

https://github.com/openalea/braceroot


https://github.com/openalea/braceroot

brace-root maize-crops openalea root

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Brace Root

[![Anaconda-Server Badge](https://anaconda.org/openalea3/braceroot/badges/installer/conda.svg)](https://conda.anaconda.org/openalea3/braceroot)
[![Anaconda-Server Badge](https://anaconda.org/openalea3/braceroot/badges/downloads.svg)](https://anaconda.org/openalea3/braceroot)
[![CI Badge](https://github.com/openalea/braceroot/actions/workflows/conda-package-build.yml/badge.svg)](https://github.com/openalea/braceroot/actions)

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
```

2. 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