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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
A low-level interface to data collected with the [Harp](https://harp-tech.org/) binary protocol.
4
4
5
+
## How to install
6
+
7
+
The source code is currently hosted on [GitHub](https://github.com/harp-tech/harp-python).
8
+
9
+
Binary installers for the latest released version are available at the [Python Package Index (PyPI)](https://pypi.org/project/harp-python) and can be installed using `pip`.
10
+
11
+
```sh
12
+
pip install harp-python
13
+
```
14
+
15
+
The list of changes between each release can be found [here](https://github.com/harp-tech/harp-python/releases).
16
+
5
17
## Data model
6
18
7
19
The interface makes use of a Pydantic data model generated from Harp device schema definitions. The schema data classes are used to automatically generate binary readers for each device.
0 commit comments