-
Notifications
You must be signed in to change notification settings - Fork 17
/
README.back.txt
69 lines (33 loc) · 934 Bytes
/
README.back.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
====== Starter ======
**Authors** : Christophe Pradal
**Institutes** : CIRAD
**Status** : Python package
**License** : Cecill-C
**URL** : http://openalea.gforge.inria.fr
===== About =====
=== Description ===
MTG (Multi-scale Tree Graph) is a ccommon datastructure to represent
plant architecture at various scales.
MTG package aims to define :
* A share data structure for plant architecture representation.
* Read and write MTG files.
* Export to various graph format.
* Several algorithms for MTG.
=== Content ===
===== Installation =====
=== Download ===
Go to http://gforge.inria.fr/frs/?group_id=79
=== Requirements ===
* OpenAlea.Deploy
=== Installation ===
For users, just type
<code>
python setup.py install
</code>
For developers, use
<code>
python setup.py develop
</code>
=== Utilisation ===
===== How to adapt starter for your own package =====
===== Documentation =====