# grpc_python_examples **Repository Path**: walter80/grpc_python_examples ## Basic Information - **Project Name**: grpc_python_examples - **Description**: grpc python教程 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README sudo mount -uw / python -m pip --default-timeout=100 install grpcio --user python -m pip --default-timeout=100 install grpcio-tools --user ~/grpc/examples/python/helloworld  ➦ cb81fe0dfa ●  python greeter_client.py Greeter client received: Hello, you! ~/grpc/examples/python/helloworld  ➦ cb81fe0dfa ●  python greeter_server.py 已存在的文件夹或 Git 仓库 cd existing_folder git init git remote add origin git@gitee.com:walter80/grpc_python_examples.git git add . git commit git push -u origin master [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html)