Docs on RTD.
$ git clone https://github.com/impactlab/eemeter
$ cd eemeter
$ mkvirtualenv eemeter
(eemeter)$ pip install -e .
(eemeter)$ pip install -r dev_requirements.txt
(eemeter)$ workon # gives you access to virtualenv py.test executable
This library uses the py.test framework. To develop locally, clone the repo, and in a virtual environment execute the following commands:
$ py.test
If you run into problems with the py.test executable, please ensure that you are using the virtualenv py.test:
$ py.test --version
MIT