The goal of this project is to demonstrate the most basic setup to try out spokestack-python.
git clone https://github.com/spokestack/python-hello-world.git
cd python-hello-world
python -m venv hello-world
source hello-world/bin/activate
pip install -r requirements.txt
python app.py