Merge branch 'develop' into enhancement/poetry-invoke
This commit is contained in:
commit
4d35e8f968
2 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue