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

Commit

Permalink
Merge pull request #671 from dray92/python_doc_update
Browse files Browse the repository at this point in the history
Update to account for import error in generated python code
  • Loading branch information
hsaliak authored Jun 18, 2018
2 parents 47c4687 + e1025b0 commit efe9382
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ tutorials and your own projects.
To install gRPC tools, run:

```sh
$ python -m pip install grpcio-tools
$ python -m pip install grpcio-tools googleapis-common-protos
```

## Download the example
Expand Down
7 changes: 7 additions & 0 deletions docs/tutorials/basic/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,13 @@ First, install the grpcio-tools package:
$ pip install grpcio-tools
```

Then, install the googleapis-common-proto package which is a collection of
generated python classes for some common protos:

```
$ pip install googleapis-common-protos
```

Use the following command to generate the Python code:

```
Expand Down

0 comments on commit efe9382

Please sign in to comment.