Skip to content

webapp2 on Google App Engine Standard Python 3.7 example

Notifications You must be signed in to change notification settings

fili/webapp2-gae-python37

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webapp2 on Google App Engine Standard Python 3.7

Create a new virtual environment:

virtualenv -p python3.7 env

To activate the environment:

source env/bin/activate

Then run:

pip install -r requirements.txt

Afterwards, to run the webserver:

python main.py

To test with gcloud SDK, first get out of the virtual environment:

deactivate

Then run the gcloud SDK shortcut to set up a temporary local GAE instance supporting Python 3.7:

dev_appserver.py app.yaml

Author

About

webapp2 on Google App Engine Standard Python 3.7 example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages