Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 427 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 427 Bytes

from git root project:

cd geometry-client-python/geometry_client/

Then make/update the python proto classes:

python -mgrpc_tools.protoc -I=../../src/main/proto/ --python_out=./ --grpc_python_out=./ ../../src/main/proto/geometry_operators.proto

If the geometry-client-python directory is not relative to the geometry-service-java project then the proto files won't be found and the project won't build.