Skip to content
This repository has been archived by the owner on May 11, 2022. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 497 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 497 Bytes

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