-
Download the Google App Engine Python SDK for your platform.
-
Many samples require extra libraries to be installed. If there is a
requirements.txt
, you will need to install the dependencies withpip
.pip install -t lib -r requirements.txt
-
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
-
Visit
https://your-app-id.appost.com
to view your application.