casper 6d8829dde0 周二:解决新版egoserver在window环境运行问题 5 月之前
..
README-usage.md 6d8829dde0 周二:解决新版egoserver在window环境运行问题 5 月之前
mwl0914-protocol.proto 84f57f80d4 | 5 月之前
mwl0927-protocol.proto 84f57f80d4 | 5 月之前
protocol.proto 84f57f80d4 | 5 月之前
protocol_pb2.py 84f57f80d4 | 5 月之前

README-usage.md

NOTE

构建 on ubuntu

# 生成工具安装
apt update && apt install protobuf-compiler -y
# 版本
protoc --version
# 生成
cd /home/sri/repositories/repositories/sri-project.demo-py/sri-dino-pyserver01/xprotobuf
protoc --python_out=. protocol.proto

# 其他
sudo chmod -R 777 /home/sri/repositories/repositories/sri-project.demo-py/sri-dino-pyserver01/xprotobuf

部署 on ubuntu

# 在线安装
apt install python3-protobuf

部署 on windows

# 在线安装
pip install protobuf==3.6.1 -i https://pypi.tuna.tsinghua.edu.cn/simple