packages/modules/Bluetooth/android/pandora/mmi2grpc/README.md

18 lines
204 B
Markdown

# mmi2grpc
## Install
```bash
git submodule update --init
pip install -e . # With editable mode
# Or
pip install . # Without editable mode
```
## Rebuild gRPC interfaces
```bash
./_build/grpc.py
```