9 lines
137 B
Markdown
9 lines
137 B
Markdown
|
# Dependencies
|
||
|
|
||
|
- protobuf-compiler
|
||
|
- python-sqlite
|
||
|
|
||
|
# Generate files from .proto file
|
||
|
|
||
|
```protoc -I=./ --python_out=./ message.proto```
|