8000 Update README.md (#1134) · johnmanong/python-docs-samples@b9e2401 · GitHub
[go: up one dir, main page]

Skip to content

Commit b9e2401

Browse files
VikramTiwariJon Wayne Parrott
authored andcommitted
Update README.md (GoogleCloudPlatform#1134)
couldn't use appcfg.py and gcloud was suggested on the docs here: https://cloud.google.com/appengine/docs/standard/python/getting-started/python-standard-env
1 parent 383bc01 commit b9e2401

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appengine/standard/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ Some samples may require additional setup. Refer to individual sample READMEs.
2525

2626
pip install -t lib -r requirements.txt
2727

28-
3. Use `appcfg.py` to deploy the sample, you will need to specify your Project ID and a version number:
28+
3. Use `gcloud` to deploy the sample, you will need to specify your Project ID and a version number:
2929

30-
appcfg.py update -A your-app-id -V your-version app.yaml
30+
gcloud app deploy --project your-app-id -v your-version
3131

3232
4. Visit `https://your-app-id.appost.com` to view your application.
3333

0 commit comments

Comments
 (0)
0