This sample demonstrates using Python on Google App Engine Managed VMs
-
requirements.txtis automatically installed by the runtime when deploying, however, to run the sample locally you will need to install dependencies:$ pip install -t lib -r requirements.txt -
Run the sample on your development server:
$ dev_appserver.py . -
Deploy the sample:
$ gcloud preview app deploy