README-usage.md 183 B

NOTE

ubuntu下安装python的protobuf

apt update
apt install protobuf-compiler -y
protoc --version
protoc --python_out=. protocol.proto

apt install python3-protobuf