Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 375 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 375 Bytes

Requirements

Python 3

Create Virtual Env

cd kunder-workshop-bk-python
python3 -m venv ./.virtualenvs/kunder-workshop-bk-python

Install

pip3 install -r requirement.txt

Run

cd kunder-workshop-bk-python
source .virtualenvs/kunder-workshop-bk-python/bin/activate

export FLASK_APP=app.py
export FLASK_ENV=development
flask run