gateway/README.md
sessionm21 e95297fe93 init
2020-04-19 07:36:00 +01:00

9 lines
137 B
Markdown

# Dependencies
- protobuf-compiler
- python-sqlite
# Generate files from .proto file
```protoc -I=./ --python_out=./ message.proto```