datasciencecampus / obr-macro-model

A Python translation of the Office for Budget Responsiblity's (OBR's) UK macroeconomic model
MIT License
3 stars 0 forks source link
macroeconomics model python uk

obr-macro-model

A Python translation of the Office for Budget Responsiblity's (OBR's) UK macroeconomic model

To install the environment, first [install poetry](https://python-poetry.org/docs/ (at least 1.3.2) and then run poetry install on the command line.

Before making any commits, run poetry run pre-commit run --all-files on the command line.