Update README

This commit is contained in:
Changhua 2023-07-16 10:10:37 +08:00
parent 8b70fafdc0
commit d7a75eb37e

View File

@ -114,12 +114,12 @@ pip install grpcio-tools pynng
### 重新生成 PB 文件 ### 重新生成 PB 文件
```sh ```sh
# CMD # CMD
cd python\wcferry cd clients\python\wcferry
python -m grpc_tools.protoc --python_out=. --proto_path=..\..\rpc\proto\ wcf.proto python -m grpc_tools.protoc --python_out=. --proto_path=..\..\..\WeChatFerry\rpc\proto\ wcf.proto
# GitBash # GitBash
cd python/wcferry cd clients/python/wcferry
python -m grpc_tools.protoc --python_out=. --proto_path=../../rpc/proto/ wcf.proto python -m grpc_tools.protoc --python_out=. --proto_path=../../../WeChatFerry/rpc/proto/ wcf.proto
``` ```
## 版本更新 ## 版本更新