Update README
This commit is contained in:
parent
2851ab4f50
commit
d6d85aa66f
@ -110,10 +110,11 @@ pip install grpcio-tools pynng
|
|||||||
|
|
||||||
### 重新生成 PB 文件
|
### 重新生成 PB 文件
|
||||||
```sh
|
```sh
|
||||||
cd python\wcferry
|
|
||||||
# CMD
|
# CMD
|
||||||
|
cd python\wcferry
|
||||||
python -m grpc_tools.protoc --python_out=. --proto_path=..\..\rpc\proto\ wcf.proto
|
python -m grpc_tools.protoc --python_out=. --proto_path=..\..\rpc\proto\ wcf.proto
|
||||||
|
|
||||||
# GitBash
|
# GitBash
|
||||||
|
cd python/wcferry
|
||||||
python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.proto
|
python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.proto
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user