Installation Guide

American Football Database Project coded in Python using Flask web framework. In this part installation instructions of our project will be given.

Package Requirements

Python

Python 3.4.x required and it can be installed from https://www.python.org/downloads/ page.

Note

Many Linux distributions comes with python3 package installed.

Flask

Flask can be downloaded from http://flask.pocoo.org/ or could be simply installed via pip package manager via following command:

pip install Flask

Psycopg2

Psycopg2 can be downloaded from http://initd.org/psycopg/ or could be installed via pip package manager via following command:

pip install psycopg2

PostgreSQL

PostgreSQL can be downloaded from http://www.postgresql.org/download/