Merge branch 'master' of sso://user/ahmetb/microservices-demo

This commit is contained in:
Dan Sanche 2018-06-21 10:26:32 -07:00
commit 31d099b861

View file

@ -0,0 +1,6 @@
# script to compile python protos
#
# requires gRPC tools:
# python -m pip install grpcio-tools googleapis-common-protos
python -m grpc_tools.protoc -I../../pb --python_out=. --grpc_python_out=. ../../pb/demo.proto