18 lines
259 B
Markdown
18 lines
259 B
Markdown
|
|
# 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
|
||
|
|
```
|