From 32eb3c613fb4e544efc63f937305230c5ca9a0e1 Mon Sep 17 00:00:00 2001 From: Lamberto Basti Date: Wed, 18 Nov 2020 22:07:12 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2853a23..75614e0 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Identity recognition requires different steps that need to be framed independent -All containers communicate through gRPC generated from proto files available [here](/data/src/main/proto). While Kotlin/JVM and Java artifacts are available on my Maven repository (instructions below), the Python declarations are not wrapped as a library. To build them copy the proto files and run `protoc` on your own or clone the project and [run](/data/build.gradle.kts#L65) `./gradlew :data:generatePythonDefinitions` which will be available in `data/build/grpc/python`. +All containers communicate through gRPC generated from proto files available [here](/data/src/main/proto). While Kotlin/JVM and Java artifacts are available on my Maven repository (instructions below), the Python declarations are not wrapped as a library. To build them copy the proto files and run `protoc` on your own or clone the project and [run](/data/build.gradle.kts#L88) `./gradlew :data:generatePythonDefinitions` which will be available in `data/build/grpc/python`. # Docker images