Create a virtualenv:
$ mkvirtualenv acensus -p $(which python2)
Install dependencies:
$ pip install -r requirements.txt
Execute script compile_templates.sh inside folder interface:
$ npm install . # one time
$ npm install package.json # one time
$ ./compile_templates.sh # when you change some template
To Contribute read tech-doc.txt