An extension of the Weber and Penn model
3D plot realized with Openalea Visualea, see Tutorial.
- Christophe Pradal
Follow official website instruction to install miniconda :
https://github.com/conda-forge/miniforge
mamba create -n weberpenn -c openalea3 -c conda-forge openalea.weberpenn
mamba activate weberpenn
git clone https://github.com/openalea/weberpenn.git
cd weberpenn
mamba install --only-deps -c openalea3 -c conda-forge openalea.weberpenn
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", ...)
mamba env create -f ./conda/environment.yml
see visualea tutorial on https://openalea.readthedocs.io/en/latest/tutorials/visualea/weberpenn.html#
