Added setup.py and other build tools like versioneer. Split functionlaity into modules so that new filters are easier to write.
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
nilmtools: Tools and utilities for interacting with the NILM Database,
|
|
or writing programs that interact with the NILM database.
|
|
by Jim Paris <jim@jtan.com>
|
|
|
|
Prerequisites:
|
|
|
|
# Runtime and build environments
|
|
sudo apt-get install python2.7 python2.7-dev python-setuptools
|
|
|
|
nilmdb (1.3.1+)
|
|
|
|
Install:
|
|
|
|
python setup.py install
|