Skip to content

Commit a2b7664

Browse files
docs(gae): Update README.md to a current Python 3 sample (#13058)
1 parent f25f1bf commit a2b7664

File tree

1 file changed

+2
-8
lines changed
  • appengine/standard/migration/ndb/redis_cache

1 file changed

+2
-8
lines changed

appengine/standard/migration/ndb/redis_cache/README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,8 @@ Prior to deploying this sample, a
2020
must be created and then a
2121
[Memorystore for Redis instance](https://cloud.google.com/memorystore/docs/redis/quickstart-console)
2222
on the same VPC. The IP address and port number of the Redis instance, and
23-
the name of the VPC connector should be entered in either app.yaml
24-
(for Python 2.7) or app3.yaml (for Python 3).
23+
the name of the VPC connector should be entered in `app3.yaml`.
2524

26-
To deploy and run this sample in App Engine standard for Python 2.7:
27-
28-
pip install -t lib -r requirements.txt
29-
gcloud app deploy app.yaml index.yaml
30-
31-
To deploy and run this sample in App Engine standard for Python 3.7:
25+
To deploy and run this sample in App Engine standard for Python 3.8:
3226

3327
gcloud app deploy app3.yaml index.yaml

0 commit comments

Comments
 (0)