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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@ Microcontroller peripherals are made available over each interface via a custom
25
25
Clients connect to the microcontroller over any one of the interfaces. The following clients are supported.
26
26
27
27
- C++
28
-
- Python
28
+
- Python - `pip install pyjabi`
29
29
- gRPC
30
-
- Rust
30
+
- Rust - `cargo add jabi`
31
31
32
32
## Setup
33
33
@@ -77,7 +77,7 @@ C++ support is provided as a CMake library and can be added to any CMake project
77
77
78
78
### Python
79
79
80
-
A Python library is published on [PyPI](TODO). For the latest changes, it can be built and installed locally by running the following. An example using it is in [examples/python](examples/python).
80
+
A Python library is published on [PyPI](https://pypi.org/project/pyjabi). For the latest changes, it can be built and installed locally by running the following. An example using it is in [examples/python](examples/python).
0 commit comments