From 426709893303ecd0ff189cfe0b24eda89edef95e Mon Sep 17 00:00:00 2001 From: George Melikov Date: Tue, 16 Jul 2019 16:22:48 +0300 Subject: gRPC docs: include all needed paths Signed-off-by: George Melikov --- docs/sources/grpc-client.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/sources/grpc-client.md b/docs/sources/grpc-client.md index efa117bf..b6b6ac84 100644 --- a/docs/sources/grpc-client.md +++ b/docs/sources/grpc-client.md @@ -19,7 +19,8 @@ We assumes that you have the relevant tools installed to generate the server and You need to generate the server and client interface from GoBGP proto files at first. ```bash -$ python -m grpc_tools.protoc -I./api --python_out=. --grpc_python_out=. api/gobgp.proto api/attribute.proto api/capability.proto +$ python -m grpc_tools.protoc -I./api -I"$(GO111MODULE=on go list -f '{{ .Dir }}' -m github.com/golang/protobuf)"/ptypes --python_out=. --grpc_python_out=. api/gobgp.proto + api/attribute.proto api/capability.proto ``` ### Adding Path -- cgit v1.2.3