Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 375 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 375 Bytes
  1. install protoc https://grpc.io/docs/protoc-installation/
  2. install python dependencies via requirements.txt pip install -r ./requirements.txt
  3. 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