Skip to content

Instantly share code, notes, and snippets.

@vcancy
Created June 29, 2018 08:00
Show Gist options
  • Save vcancy/72e6a18b3c484d85900fc538a77efe6e to your computer and use it in GitHub Desktop.
Save vcancy/72e6a18b3c484d85900fc538a77efe6e to your computer and use it in GitHub Desktop.
grpc_tools for generate python code
#!/usr/bin/env bash
python -m grpc_tools.protoc -I ./ --python_out=../server/ --grpc_python_out=../server/ ./grpcserver.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment