Skip to content

e7paul/flask-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. python -m venv venv # create the virtual env in this dir
  2. venv/bin/pip install <the_llibraries_you_want> # install the libraries
  3. venv/bin/python init_db.py # init database
  4. venv/bin/python app.py # run app, using the venv with those libraries.