From 951263b12f0246ee057ba188a36ec6452b219748 Mon Sep 17 00:00:00 2001 From: Richard Belleville Date: Tue, 2 Jun 2020 10:55:22 -0700 Subject: [PATCH] Remove reference to builing from source --- examples/python/xds/README.md | 7 ++----- examples/python/xds/requirements.txt | 2 +- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/examples/python/xds/README.md b/examples/python/xds/README.md index ceb59216ce1..ac50bf04a47 100644 --- a/examples/python/xds/README.md +++ b/examples/python/xds/README.md @@ -3,11 +3,8 @@ gRPC Hostname Example The hostname example is a Hello World server whose response includes its hostname. It also supports health and reflection services. This makes it a good -server to test infrastructure, like load balancing. - -The example requires grpc to already be built. You are strongly encouraged -to check out a git release tag, since there will already be a build of gRPC -available. +server to test infrastructure, like load balancing .This example depends on a +gRPC version of 1.28.1 or newer. ### Run the example diff --git a/examples/python/xds/requirements.txt b/examples/python/xds/requirements.txt index a7ac2e7c8b3..7ba651e351a 100644 --- a/examples/python/xds/requirements.txt +++ b/examples/python/xds/requirements.txt @@ -1,4 +1,4 @@ -grpcio>=1.28.0 +grpcio>=1.28.1 protobuf grpcio-reflection grpcio-health-checking