Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b6944c89 authored by INGELS Florian's avatar INGELS Florian
Browse files

Update README.rst

parent 2f734da9
No related branches found
No related tags found
No related merge requests found
Pipeline #148070 passed with warnings
......@@ -8,6 +8,63 @@ GeomTree
A package for treating trees augmented with 3D geometry.
Documentation:
https://mosaic.gitlabpages.inria.fr/work-in-progress/geomtree/
:Development: Florian Ingels
:Contributors: Romain Azaïs, Guillaume Cerutti
:Language: Python 3
:Supported OS: Windows*, MacOS, Linux*
:Licence: CeCILL-C
:Documentation: https://mosaic.gitlabpages.inria.fr/work-in-progress/geomtree/
Installation procedure
----------------------
Either way, you need to have Miniconda installed
As User
*******
Create a new environment for ``geomtree`` :
::
conda create -n geomtree -y python>=3.6
Activate the environment :
::
source activate geomtree
Install ``geomtree`` :
::
conda install -c mosaic geomtree
As Developer
************
First of all, clone the repo; then place yourself in the appropriate folder:
::
cd path/to/geomtree
Create a new environment for ``geomtree`` :
::
conda env create -n geomtree -f conda/env.yaml
Activate the environment :
::
conda activate geomtree
Install ``geomtree`` :
::
python setup.py develop
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment