Skip to content

Commit d660e7b

Browse files
Update protobuf compile instructions
1 parent 6a75046 commit d660e7b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ docker run --detach --rm --name mcbackend-db -p 9000:9000 --ulimit nofile=262144
136136
If you don't already have it, first install the protobuf compiler:
137137
```bash
138138
conda install protobuf
139+
pip install --pre "betterproto[compiler]"
139140
```
140141

141142
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

Comments
 (0)