Update scripts

This commit is contained in:
Changhua 2023-02-28 20:16:18 +08:00
parent b60db3c18a
commit 7f5a434d6d

View File

@ -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)