recommendationsvc: compile_proto.sh -> genproto.sh

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-21 11:12:17 -07:00
parent ab8bf7e55c
commit af9db7b021

View 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