Skip to content

donaldjones09/AA_Kiosk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AA_Kiosk

Database for AA sports

Instructions: Install pip (if needed) install process will differ depending on the machine

Install Virtualenv pip install virtualenv

Activate Virtual env arch\Scripts\activate

Install flask inside of virtualenv pip install Flask

Install SQLAlchemy INSIDE OF virtualenv (arch) pip install SQLAlchemy

Install SQLite3 if needed (just google the download)

To deactivate virtualenv: arch\Scripts\deactivate (in the AA_Kiosk directory)

To Insert records into a database table with a csv: .import path_to_csv_here name_of_table_here

For easier DB access install SQLite Browser here: http://sqlitebrowser.org/