Skip to content

Latest commit

 

History

History
36 lines (30 loc) · 1002 Bytes

File metadata and controls

36 lines (30 loc) · 1002 Bytes

Description

Installation

Prerequisites to installation :

In a terminal, optionally install mamba for faster installation

conda install -y -c conda-forge mamba

Then, clone this repository and its unpackages dependancies in the desired location :

git clone --recurse-submodules https://github.com/GeraultTr/Root_BRIDGES.git
git clone https://github.com/GeraultTr/metafspm.git
git clone --recurse-submodules https://github.com/GeraultTr/data_utility.git
cd root_bridges

Then, install packaged dependancies with :

mamba create -n root_bridges -c conda-forge -c openalea3 --strict-channel-priority --file requirements.txt
mamba activate root_bridges

Finally, setup the locally unpackaged dependancies :

cd .../root_bridges
python -m multisetup.py develop
cd .../metafspm
python -m setup.py develop
cd .../data_utility
python -m multisetup.py develop