aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: e9233cc392e41a191ffa00d288557f37b818a9aa (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 . # With editable mode
# Or
pip install . # Without editable mode
```

## Rebuild gRPC interfaces

```bash
./_build/grpc.py
```