aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c9fec3aa94a949b81407fa4566aabd14cfc64bc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mmi2grpc

## Install

```bash
git submodule update --init

pip install [-e] bt-test-interfaces/python
pip install [-e] .
```

## Rebuild gRPC Bluetooth test interfaces

```bash
pip install grpcio-tools==1.46.3
./bt-test-interfaces/python/_build/grpc.py
```