Hi there, I don't know if that's the proper place to post that but there's a typo in the "gRPC basics - Python" tutorial <http://www.grpc.io/docs/quickstart/python.html#generate-grpc-code>. The command
$ python -m grpc.tools.protoc -I../../protos --python_out=. --grpc_python_out=. ../../protos/*route_guide*.proto should be $ python -m grpc.tools.protoc -I../../protos --python_out=. --grpc_python_out=. ../../protos/*helloworld*.proto That's all :) -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/2cc37ca4-e0a9-4800-9d42-6e416aae0492%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
