Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 716 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 716 Bytes

Openfisca Extension: NSW Energy Security Safeguard

This is an openfisca extension to openfisca_nsw_base package. It contains the coded rulesets for the Energy Savings Scheme (ESS) and the Peak Demand Reduction Scheme (PDRS)

Installing

We recommend that you use a virtualenv to install OpenFisca. If you don't, you may need to add --user at the end of all commands starting by pip.

Make sure you CD into your extension's repository!

python3 -m venv safeguard
deactive
source safeguard/bin/activate

To install, run:

make install

Testing

You can make sure that everything is working by running the provided tests:

make test