ann-marie-ward / Local_Govt_Finances

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring Local Government Finances

govfin.pythonanywhere.com

.

Build instructions

Clone the repository,

git clone git@github.com:ann-marie-ward/Local_Govt_Finances.git

setup the python environment (instructions here apply to Linux),

python3 -m venv venv
source activate venv/bin/activate
pip install -r requirements.txt

and run the app,

python index.py

Note that only Python 3.8 is supported (due to pickle incompatibilities).

About


Languages

Language:Python 92.9%Language:CSS 6.5%Language:JavaScript 0.6%