Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 2905af9

Browse files
authored
Merge pull request #785 from ericgribkoff/googleapis-common-protos
Revert "Update to account for import error in generated python code"
2 parents 454ea92 + 4fa5674 commit 2905af9

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

docs/quickstart/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ tutorials and your own projects.
7171
To 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

docs/tutorials/basic/python.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
168161
Use the following command to generate the Python code:
169162

170163
```

0 commit comments

Comments
 (0)