This directory contains python samples for Eventarc.
-
Install
pip
andvirtualenv
if you do not already have them.- You may want to refer to the
Python Development Environment Setup Guide
for Google Cloud Platform for instructions.
- You may want to refer to the
-
Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
virtualenv env source env/bin/activate
-
Install the dependencies needed to run the samples.
pip install -r requirements.txt
-
Start the application
python main.py