You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. MessageType.proto
- python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Clients.proto
- python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. Message2Server.proto
- python3 -m grpc_tools.protoc -I. --python_out=. --pyi_out=. --grpc_python_out=. Services.proto
- chmod -R 755 ./
- mv -f ./*.py ../../CAPI/python/proto
- mv -f ./*.pyi ../../CAPI/python/proto
|