Update README
This commit is contained in:
parent
8b70fafdc0
commit
d7a75eb37e
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
## 版本更新
|
## 版本更新
|
||||||
|
Loading…
Reference in New Issue
Block a user