Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 242 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 242 Bytes

Python Flask Template

Setup

Install the Python dependencies needed from requirements.txt.

pip install -r requirements.txt

Run the app

You can run the app directly by executing app.py.

python app.py