Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is the explanation about to compile it with grpcio-tools? #19

Open
manel00 opened this issue Aug 9, 2021 · 1 comment
Open

Where is the explanation about to compile it with grpcio-tools? #19

manel00 opened this issue Aug 9, 2021 · 1 comment

Comments

@manel00
Copy link

manel00 commented Aug 9, 2021

Didn't see anywhere, after googling for a while

Thank you

@manel00 manel00 changed the title Where is the explanation to compile it with grpcio-tools? Where is the explanation about to compile it with grpcio-tools? Aug 9, 2021
@arielroque
Copy link

Hi, @manel00, to perform this step you need to install the grpc tools library and run the following command: python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. example.proto. Where example.proto is your file

I created an example of how to use gRPC in python and I think it can help you with that: https://github.com/arielroque/gRPC-python.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants