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

kunder-lab/kunder-workshop-bk-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages