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)
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 bypip
.
Make sure you CD into your extension's repository!
python3 -m venv safeguard
deactive
source safeguard/bin/activate
To install, run:
make install
You can make sure that everything is working by running the provided tests:
make test