Skip to content
This repository has been archived by the owner on May 26, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (16 loc) · 417 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 417 Bytes

presidents-economy

Evaluating past president's performance on the economy, and benchmarking Trump into the future.

Setup

mkvirtualenv presidents-economy
pip install -r requirements.txt

Usage

To update the data from the spreadsheet:

python update.py

To run the local server:

gulp