gateway/README.md

9 lines
137 B
Markdown
Raw Normal View History

2020-04-18 23:36:00 -07:00
# Dependencies
- protobuf-compiler
- python-sqlite
# Generate files from .proto file
```protoc -I=./ --python_out=./ message.proto```