1# mmi2grpc 2 3## Install 4 5```bash 6git submodule update --init 7 8pip install [-e] bt-test-interfaces/python 9pip install [-e] . 10``` 11 12## Rebuild gRPC Bluetooth test interfaces 13 14```bash 15pip install grpcio-tools==1.46.3 16./bt-test-interfaces/python/_build/grpc.py 17``` 18