Copyright (C) 2010-2014 Google Inc.
This sample is inspired by a Zombie Apocalypse ODEINT demo listed in the Scipy Cookbook.
It demos use of the apt_get_install
directive in the app.yaml
file to load python-numpy
, python-scipy
, and python-matplotlib
.
-
Make sure that you are invited to the VM Runtime Trusted Tester Program, and download the SDK.
-
Update the
application
value of theapp.yaml
file fromyour-app-id
to the Application ID which is whitelisted for the VM Runtime Trusted Tester Program. -
Run the following command:
$ <sdk_directory>/appcfg.py -s preview.appengine.google.com update <project_directory>
-
Visit the following URL:
http://your-app-id.appspot.com/
- See CONTRIB.md
- See LICENSE