Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. # Once this command had run it should be 2 files there
  2. python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. messages.proto
  3.  
  4. # Once this command had run it should be 2 files there
  5. python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. services.proto
  6.  
  7. # Once this command had run it should be 2 files there
  8. python -m grpc_tools.protoc --proto_path=. ./digestor.proto --python_out=. --grpc_python_out=.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement