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-worldpython -m venv hello-world
source hello-world/bin/activatepip install -r requirements.txtpython app.py