Skip to content

Commit d0a836e

Browse files
committed
python tinode_grpc updated
1 parent 0a2f0d2 commit d0a836e

File tree

4 files changed

+635
-3392
lines changed

4 files changed

+635
-3392
lines changed

build-py-grpc.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ echo "Packaging python tinode-grpc..."
55
pushd ./pbx > /dev/null
66

77
# Generate grpc bindings from the proto file.
8-
./generate-python.sh v=3
8+
./py-generate.sh v=3
99

1010
pushd ../py_grpc > /dev/null
1111

py_grpc/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ pip install tinode_grpc
1717

1818
## Generating files
1919

20-
Don't modify included files directly. If you want to make changes, you have to install protobuffers tool chain and gRPC the generate the Python bindings from [`pbx/model.proto`](https://github.com/tinode/chat/tree/master/pbx/model.proto) (your path to `model.proto` may be different):
20+
Don't modify included files directly. If you want to make changes, you have to install protobuffers tool chain and gRPC then generate the Python bindings from [`pbx/model.proto`](https://github.com/tinode/chat/tree/master/pbx/model.proto) (your path to `model.proto` may be different):
2121
```
2222
python -m grpc_tools.protoc -I../pbx --python_out=. --grpc_python_out=. ../pbx/model.proto
2323
```

0 commit comments

Comments
 (0)