- install protoc https://grpc.io/docs/protoc-installation/
- install python dependencies via requirements.txt
pip install -r ./requirements.txt
- run either
rebuild.sh
or manually:
python -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. helloworld.proto
python -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. productionOrder.proto