Created
June 29, 2018 08:00
-
-
Save vcancy/72e6a18b3c484d85900fc538a77efe6e to your computer and use it in GitHub Desktop.
grpc_tools for generate python code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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