» gRPC快速入门:Python » 2. 准备工作 » 2.2 获取样例代码

获取样例代码

样例代码来自 grpc/grpc/examples/python/route_guide

  1. 适用如下命令克隆 grpc 仓库:
git clone -b v1.62.0 --depth 1 --shallow-submodules https://github.com/grpc/grpc
  1. 跳转到样例目录:
cd grpc/examples/python/route_guide