Quick Start Notes:
cd protos
make install-protoc
apt-get -y install cython
python -m pip install grpcio grpcio-tools
make rebuild-protos
make
cd ..
source env.sh
python ./grpc_server.py
Note: If you don't run env.sh before running grpc_server.sh, things break.