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