Installation
Standalone Installation
To install the Python middleware as standalone, use PIP as follows:
Google App Engine Installation
To install the Python middleware on Google App Engine, please follow these steps:
-
Create a folder to store the Python middleware:
ShellShell
-
Using PIP, install the Python middleware with the -t flag to have it installed to the folder previously created:
PythonPython
-
Create a file named
appengine_config.py
in the same folder as yourapp.yaml
file with the following content:PythonPython
In your
app.yaml
file, request the following libraries: -
YAMLYAML