Merge branch 'master' of sso://user/ahmetb/microservices-demo
This commit is contained in:
commit
31d099b861
1 changed files with 6 additions and 0 deletions
6
src/recommendationservice/compile_proto.sh
Executable file
6
src/recommendationservice/compile_proto.sh
Executable 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
|
Loading…
Reference in a new issue