# 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 ```