| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This directory contains python samples for Eventarc.
Install pip and virtualenv if you do not already have them.
Create a virtualenv. Samples are compatible with Python 2.7 and 3.4+.
virtualenv env
source env/bin/activateInstall the dependencies needed to run the samples.
pip install -r requirements.txtStart the application
python main.py| Back | FazBrowse Home | New Git URL |