Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Google App Engine Flexible Environment python-compat Hello World

This sample demonstrates using the python-compat runtime on Google App Engine Flexible Environment

Running & deploying the sample

  1. 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
    
  2. Run the sample on your development server:

     $ dev_appserver.py .
    
  3. Deploy the sample:

     $ gcloud app deploy