1# mmi2grpc
2
3## Install
4
5```bash
6git submodule update --init
7
8pip install -e . # With editable mode
9# Or
10pip install . # Without editable mode
11```
12
13## Rebuild gRPC interfaces
14
15```bash
16./_build/grpc.py
17```
18