8000 Update README.md by VikramTiwari · Pull Request #1134 · GoogleCloudPlatform/python-docs-samples · GitHub
[go: up one dir, main page]

Skip to content

Update README.md #1134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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