recommendationsvc: compile_proto.sh -> genproto.sh
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
ab8bf7e55c
commit
af9db7b021
1 changed files with 3 additions and 0 deletions
9
src/recommendationservice/genproto.sh
Executable file
9
src/recommendationservice/genproto.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# script to compile python protos
|
||||
#
|
||||
# requires gRPC tools:
|
||||
# pip install -r requirements.txt
|
||||
|
||||
python -m grpc_tools.protoc -I../../pb --python_out=. --grpc_python_out=. ../../pb/demo.proto
|
Loading…
Add table
Add a link
Reference in a new issue