Quickstart Install dependencies pip install -r requirements.txt Generate gRPC code python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. counter.proto Start the server python3 server.py Run the client python3 client.py