We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58fee61 commit 3afa309Copy full SHA for 3afa309
1 file changed
README.md
@@ -14,7 +14,21 @@ This python library wraps the [rust e57 library](https://github.com/cry-inc/e57)
14
15
## Getting Started
16
17
-We need a getting started guide - could you write one based on our tests?
+`pip install e57`
18
+
19
+```python
20
+>>> import e57
21
+>>> e57.read_points(r"pointcloud.e57")
22
+array([[-23.25304444, -28.17607415, -13.44830654],
23
+ [-23.28290139, -28.02118905, -13.44237764],
24
+ [-23.26799723, -27.9039115 , -13.43430738],
25
+ ...,
26
+ [ 23.2458152 , 25.4866642 , 12.45043932],
27
+ [ 23.22830673, 25.58055374, 12.49285875],
28
+ [ 23.25270363, 25.45909652, 12.54284554]])
29
+```
30
31
+We need a tutorial - could you write one based on our tests?
32
33
## Contributing
34
0 commit comments