Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save salrashid123/9d4c516fad4bf31dcaa7ece6a8aaaaf6 to your computer and use it in GitHub Desktop.
Save salrashid123/9d4c516fad4bf31dcaa7ece6a8aaaaf6 to your computer and use it in GitHub Desktop.
git clone https://github.com/salrashid123/grpc_curl
cd grpc_curl/src/
virtualenv env --no-site-packages
source env/bin/activate
pip install grpcio-tools hexdump
python -m grpc_tools.protoc -I . --python_out=. --grpc_python_out=. echo.proto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment