You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+85-13Lines changed: 85 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,22 +2,96 @@
2
2
TreeSim_Lpy
3
3
============
4
4
5
+
Description
6
+
-----------
7
+
8
+
TreeSim_Lpy is a tree modelling tool which is built upon L-py with the added features of pruning and tying trees down to mimic different architectures. The tool uses python and prior knowledge of L-systems and L-Py is needed to work with this tool. This tool is ideal for researchers and developers working on botanical simulations and robotic harvesting applications.
5
9
6
-
TreeSim_Lpy is a tree modelling tool which is built upon L-py with the added features of pruning
7
-
and tying trees down to mimic different architectures. The tool uses python and prior knowledge of L-systems
8
-
and L-Py is needed to work with this tool.
9
10
10
11
Python version 3.9
11
12
13
+
Table of Contents
14
+
-----------------
15
+
16
+
- `Installation <#installation>`__
17
+
- `Usage <#usage>`__
18
+
- `Features <#features>`__
19
+
- `Gallery <#gallery>`__
20
+
- `Contact <#contact>`__
21
+
- `Support <#support>`__
22
+
- `Citations <#citations>`__
23
+
24
+
Documentation
25
+
-------------
26
+
27
+
The documentation is provided at `Read the Docs <https://treesim-lpy.readthedocs.io/en/latest/>`__.
28
+
29
+
You can find the latest L-Py documentation at <https://lpy.readthedocs.io/en/latest>
30
+
31
+
32
+
Installation
33
+
------------
34
+
35
+
To install TreeSim_Lpy, follow these steps (adapted from the `L-Py documentation <https://treesim-lpy.readthedocs.io/en/latest/installation.html>`__):
36
+
37
+
1. **Install Conda**:
38
+
39
+
The L-Py distribution relies on the conda software environment management system. If you do not already have conda installed, you can find installation instructions on the `Conda Installation Page <https://docs.conda.io/projects/conda/en/latest/user-guide/install/>`__.
0 commit comments