Skip to content

Instantly share code, notes, and snippets.

@salrashid123
Created August 26, 2017 20:09
Show Gist options
  • 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