CSE-531 gRPC项目-分布式银行 建于 该项目使用以下主要库和语言。 安装要求 安装步骤遵循提供的文档,以为此项目设置python虚拟环境和grpc库。 在系统范围内或在虚拟环境中设置python之后; 运行以下命令: python -m pip install grpcio python -m pip install grpcio-tools 执行步骤: 将源克隆到本地文件夹。 它由原始文件组成,用于生成消息文件和服务。 执行命令以运行protobuf编译器以生成Protobuf消息文件和服务,或者运行init.py来生成protobuf文件和服务。 python -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. ./customers.proto 将输入的json复制到customer.json文件。