Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 595 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 595 Bytes

Deploying the samples

  1. Download the Google App Engine Python SDK for your platform.

  2. Many samples require extra libraries to be installed. If there is a requirements.txt, you will need to install the dependencies with pip.

     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:

     appcfg.py update -A your-app-id -V your-version app.yaml
    
  4. Visit https://your-app-id.appost.com to view your application.