/python-hello-world

Basic project for an introduction to Spokestack's Python library.

Primary LanguagePythonApache License 2.0Apache-2.0

Spokestack-Python Hello, World

The goal of this project is to demonstrate the most basic setup to try out spokestack-python.

Getting Started

git clone https://github.com/spokestack/python-hello-world.git
cd python-hello-world

Virtual Environment

python -m venv hello-world
source hello-world/bin/activate

Requirements

pip install -r requirements.txt

Run

python app.py