Skip to content

Instantly share code, notes, and snippets.

@natemurthy
Created September 4, 2017 20:44
Show Gist options
  • Save natemurthy/f1139c02269faca98b6eae60ea033a2f to your computer and use it in GitHub Desktop.
Save natemurthy/f1139c02269faca98b6eae60ea033a2f to your computer and use it in GitHub Desktop.
from grpc.tools import protoc
protoc.main(
(
'',
'--proto_path=.',
'--python_out=.',
'--grpc_python_out=.',
'solver.proto'
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment