Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GeomTree
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MOSAIC
GeomTree
Commits
b6944c89
Commit
b6944c89
authored
4 years ago
by
INGELS Florian
Browse files
Options
Downloads
Patches
Plain Diff
Update README.rst
parent
2f734da9
No related branches found
No related tags found
No related merge requests found
Pipeline
#148070
passed with warnings
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+59
-2
59 additions, 2 deletions
README.rst
with
59 additions
and
2 deletions
README.rst
+
59
−
2
View file @
b6944c89
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment