Add support for Ansible packages
[ccsdk/cds.git] / components / model-catalog / proto-definition / proto / README
1 To create python bindings,
2
3 Prerequisites:
4   https://developers.google.com/protocol-buffers/docs/downloads
5   https://github.com/dropbox/mypy-protobuf
6
7
8 Command:
9   protoc -I=. --python_out=. --mypy_out=. CommandExecutor.proto
10
11
12