Authors : XXX
Institutes : INRIA / CIRAD
Status : Python package
License : Cecill-C
URL : https://github.com/openalea-incubator/alep.git
Alinea.Alep is a XXX
The Alinea.Alep package contains :
- python = 3.8
- setuptools = 49.6
- numpy
- pandas
- scipy
- matplotlib
- openalea.deploy
- openalea.core
- openalea.mtg
- openalea.plantgl
- alinea.adel
conda create -n alep -c conda-forge python=3.8 setuptools=49.6 numpy pandas scipy matplotlib
Activate conda environement
conda activate alep
Install packages from conda
conda install -c fredboudon -c conda-forge openalea.plantgl
Install packages from github repositories
- deploy
git clone https://github.com/openalea/deploy.git
cd deploy
python setup.py install
cd..
- core
git clone https://github.com/openalea/core.git
cd core
python setup.py install
cd..
- alinea.mtg
git clone https://github.com/openalea/mtg.git
cd mtg
python setup.py install
cd..
- alinea.adel
git clone https://github.com/openalea-incubator/adel.git
cd adel
python setup.py install
cd..
- alinea.astk
git clone https://github.com/openalea-incubator/astk.git
cd astk
python setup.py install
cd..
- alinea.alep
git clone https://github.com/openalea-incubator/alep.git
cd alep
python setup.py install
http://openalea.gforge.inria.fr/doc/alinea/alep/doc/_build/html/contents.html