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.md
+40-2Lines changed: 40 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,47 @@ This python package provides python bindings and utility modules for the [ASAM O
5
5
6
6
For more information on OSI see the [official documentation](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/specification/index.html) or the [class list](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/gen/annotated.html) for defined protobuf messages.
7
7
8
-
## Usage
8
+
Usage
9
+
-----
10
+
9
11
For usage examples, please refer to the official documentation:
12
+
10
13
-[Trace file generation with python](https://opensimulationinterface.github.io/osi-antora-generator/asamosi/latest/interface/architecture/trace_file_example.html)
11
14
12
-
## Installation
15
+
Installation
16
+
------------
17
+
18
+
### Installing from source
19
+
20
+
#### Prerequisites
21
+
22
+
- You have installed Python 3.10 or later.
23
+
- You have installed _pip_.
24
+
25
+
#### Steps
26
+
27
+
- Open a terminal.
28
+
- Clone the osi-python repository, including sub-modules:
0 commit comments