Update scripts
This commit is contained in:
parent
b60db3c18a
commit
7f5a434d6d
@ -88,7 +88,11 @@ pip install grpcio-tools pynng
|
|||||||
### 重新生成 PB 文件
|
### 重新生成 PB 文件
|
||||||
```sh
|
```sh
|
||||||
cd python\wcferry
|
cd python\wcferry
|
||||||
|
# CMD
|
||||||
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
|
||||||
|
python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.proto
|
||||||
```
|
```
|
||||||
|
|
||||||
### 参考项目 [README](../README.MD)
|
### 参考项目 [README](../README.MD)
|
||||||
|
Loading…
Reference in New Issue
Block a user