This repository was archived by the owner on Apr 9, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- grpc_release_tag : v1.16 .0
1+ grpc_release_tag : v1.17 .0
22grpc_java_release_tag : v1.17.0
33milestones_link : https://github.com/grpc/grpc/milestones
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ tutorials and your own projects.
7171To install gRPC tools, run:
7272
7373``` sh
74- $ python -m pip install grpcio-tools googleapis-common-protos
74+ $ python -m pip install grpcio-tools
7575```
7676
7777## Download the example
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ type: markdown
88<p class =" lead " >Here are some sample apps to help developers build certain functionalities</p >
99
1010<ul >
11- <li ><a target =" _blank " href =" https://github.com/kelseyhightower/helloworld " >Go Secure Hello World Example</a ></li >
1211 <li ><a target =" _blank " href =" https://github.com/GoogleCloudPlatform/ios-docs-samples/tree/master/speech/Objective-C/Speech-gRPC-Streaming " >Bidirectional streaming iOS client using Cloud Speech API</a ></li >
1312 <li ><a target =" _blank " href =" https://github.com/david-cao/gRPCBenchmarks " >Android app benchmarking JSON/HTTP/1.1 and gRPC</a ></li >
1413</ul >
Original file line number Diff line number Diff line change @@ -18,11 +18,10 @@ with [protocol
1818buffers] ( https://developers.google.com/protocol-buffers/docs/overview ) . Note
1919that the example in this tutorial uses the
2020[ proto3] ( https://github.com/google/protobuf/releases ) version of the protocol
21- buffers language, which is currently in alpha release: you can find out more in
22- the [ proto3 language
23- guide] ( https://developers.google.com/protocol-buffers/docs/proto3 ) and see the
24- [ release notes] ( https://github.com/google/protobuf/releases ) for the new version
25- in the protocol buffers GitHub repository.
21+ buffers language. You can find out more in the
22+ [ proto3 language guide] ( https://developers.google.com/protocol-buffers/docs/proto3 )
23+ and see the [ release notes] ( https://github.com/google/protobuf/releases ) for
24+ the new version in the protocol buffers GitHub repository.
2625
2726<div id =" toc " ></div >
2827
Original file line number Diff line number Diff line change @@ -158,13 +158,6 @@ First, install the grpcio-tools package:
158158$ pip install grpcio-tools
159159```
160160
161- Then, install the googleapis-common-proto package which is a collection of
162- generated python classes for some common protos:
163-
164- ```
165- $ pip install googleapis-common-protos
166- ```
167-
168161Use the following command to generate the Python code:
169162
170163```
You can’t perform that action at this time.
0 commit comments