OpenCensus for gRPC Python developers
Install Python3 then use pip3
or
Python2 then use pip
With Python2
pip3 install grpcio-tools opencensus google-cloud-traceOR
With Python2
pip install grpcio-tools opencensus google-cloud-tracepython -m grpc_tools.protoc -I./proto --python_out=. --grpc_python_out=. ./proto/defs.proto