Developer Install - Windows 10

1. Miniconda installation

Follow official website instruction to install miniconda :

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

2. Create virtual environment and activate it

conda create --name strawberry python=3.8 -c conda-forge -y
conda activate strawberry

3. Install dependencies with conda

conda install -c conda-forge python=3.8 pandas matplotlib numpy=1.20 k3d openalea.deploy jupyter voila voila-vuetify nodejs cufflinks-py ipyvuetify qgrid plotly pyvis
conda install -c fredboudon -c conda-forge openalea.mtg openalea.plantgl

git clone https://github.com/openalea-incubator/oawidgets.git
cd oawidgets; python setup.py install; cd ..

4. Install the strawberry package

git clone https://github.com/openalea/strawberry.git
cd strawberry; python setup.py install; cd ..

5. Optional packages

conda install -c conda-forge pytest