updated grpcio-tools installation to specifically specify binary requirement and updated doc

This commit is contained in:
Blake Harnden 2020-07-11 15:08:04 -07:00
parent 68ff7a86c8
commit 5a35431bcb
2 changed files with 7 additions and 3 deletions

View file

@ -236,7 +236,7 @@ Specifically leveraging 1.27.2 to avoid compatibility issues with older versions
of pip pulling down binary files.
```shell
python3 -m pip install --user grpcio==1.27.2 grpcio-tools==1.27.2
python3 -m pip install --only-binary ":all:" --user grpcio-tools
```
### Build and Install