Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 273 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 273 Bytes

Getting started

Create virtual environment

python3 -m venv venv

Activate the virtual environment

. venv/bin/activate

Install packages

pip install -r requirements.txt

Run flask application

flask run