Merge branch 'develop' into enhancement/poetry-invoke

This commit is contained in:
Blake Harnden 2020-07-11 15:23:30 -07:00
commit 4d35e8f968
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