Skip to content

Commit

Permalink
Update README.md (#1134)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
VikramTiwari authored and Jon Wayne Parrott committed Sep 22, 2017
1 parent 383bc01 commit b9e2401
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appengine/standard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ Some samples may require additional setup. Refer to individual sample READMEs.

pip install -t lib -r requirements.txt

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

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

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

Expand Down

0 comments on commit b9e2401

Please sign in to comment.