Skip to content

scalabs/grpc_test

Repository files navigation

  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 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published