From 0902e6d30bc7b500dca288afd31b7be709f85e18 Mon Sep 17 00:00:00 2001 From: Emmanuel Alejandro Parada Licea Date: Tue, 14 Jan 2025 13:18:08 -0600 Subject: [PATCH] docs(gae): Update README.md to a current Python 3 sample --- appengine/standard/migration/ndb/redis_cache/README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/appengine/standard/migration/ndb/redis_cache/README.md b/appengine/standard/migration/ndb/redis_cache/README.md index 6b196cdede6..677a99a285c 100644 --- a/appengine/standard/migration/ndb/redis_cache/README.md +++ b/appengine/standard/migration/ndb/redis_cache/README.md @@ -20,14 +20,8 @@ Prior to deploying this sample, a must be created and then a [Memorystore for Redis instance](https://cloud.google.com/memorystore/docs/redis/quickstart-console) on the same VPC. The IP address and port number of the Redis instance, and -the name of the VPC connector should be entered in either app.yaml -(for Python 2.7) or app3.yaml (for Python 3). +the name of the VPC connector should be entered in `app3.yaml`. -To deploy and run this sample in App Engine standard for Python 2.7: - - pip install -t lib -r requirements.txt - gcloud app deploy app.yaml index.yaml - -To deploy and run this sample in App Engine standard for Python 3.7: +To deploy and run this sample in App Engine standard for Python 3.8: gcloud app deploy app3.yaml index.yaml