This sample demonstrates using Python on Google App Engine Managed VMs
-
Requirements.txt is not automatically processed by Google App Engine Managed VMs. To install dependencies for this sample, run:
$ pip install -t lib -r requirements.txt -
Run the sample on your development server:
$ dev_appserver.py . -
Deploy the sample:
$ appcfg.py update -A your-app-id .