Skip to content

Commit 0e0483a

Browse files
committed
Add section on how to install
1 parent 752af49 commit 0e0483a

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
A low-level interface to data collected with the [Harp](https://harp-tech.org/) binary protocol.
44

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+
517
## Data model
618

719
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

Comments
 (0)