Update README

This commit is contained in:
Changhua 2023-06-24 10:26:15 +08:00
parent 2851ab4f50
commit d6d85aa66f

View File

@ -110,10 +110,11 @@ pip install grpcio-tools pynng
### 重新生成 PB 文件
```sh
cd python\wcferry
# CMD
cd python\wcferry
python -m grpc_tools.protoc --python_out=. --proto_path=..\..\rpc\proto\ wcf.proto
# GitBash
cd python/wcferry
python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.proto
```