{{ message }}
This repository was archived by the owner on May 11, 2022. It is now read-only.
spokestack/python-hello-world
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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