You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you don't already have it, first install the protobuf compiler:
137
137
```bash
138
138
conda install protobuf
139
+
pip install --pre "betterproto[compiler]"
139
140
```
140
141
141
142
To compile the `*.proto` files for languages other than Python, check the [ProtocolBuffers documentation](https://developers.google.com/protocol-buffers/docs/tutorials).
0 commit comments