Update path

This commit is contained in:
Changhua 2023-02-25 22:29:05 +08:00
parent 27a4a44c9f
commit 91458af420

View File

@ -68,8 +68,8 @@ pip install grpcio-tools pynng
### 重新生成 PB 文件
```sh
cd python
python -m grpc_tools.protoc --python_out=. --proto_path=..\rpc\proto\ wcf.proto
cd python\wcferry
python -m grpc_tools.protoc --python_out=. --proto_path=..\..\rpc\proto\ wcf.proto
```
### 参考项目 [README](../README.MD)