fixed install script issues with grpcio-tools and updated documentation
This commit is contained in:
parent
e704483527
commit
68ff7a86c8
2 changed files with 5 additions and 3 deletions
|
@ -232,9 +232,11 @@ git clone https://github.com/coreemu/core.git
|
|||
### Install grpcio-tools
|
||||
|
||||
Python module grpcio-tools is currently needed to generate gRPC protobuf code.
|
||||
Specifically leveraging 1.27.2 to avoid compatibility issues with older versions
|
||||
of pip pulling down binary files.
|
||||
|
||||
```shell
|
||||
sudo python3 -m pip install grpcio-tools
|
||||
python3 -m pip install --user grpcio==1.27.2 grpcio-tools==1.27.2
|
||||
```
|
||||
|
||||
### Build and Install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue