This sample demonstrates using the python-compat runtime on Google App Engine Flexible Environment
-
requirements.txtis 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 . -
Deploy the sample:
$ gcloud app deploy