Compare commits

...

2 Commits

Author SHA1 Message Date
eb6d7a8809 Fix recommended layout 2013-04-04 16:32:38 -04:00
c8be6755ae Update README dependencies 2013-04-04 15:36:30 -04:00
2 changed files with 2 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ Prerequisites:
# Runtime and build environments
sudo apt-get install python2.7 python2.7-dev python-setuptools
sudo apt-get install python-numpy python-scipy python-matplotlib
nilmdb (1.3.1+)

View File

@@ -23,7 +23,7 @@ def main(argv = None):
try:
args = f.parse_args(argv)
except nilmtools.filter.MissingDestination as e:
rec = "float32_4"
rec = "float32_3"
print "Source is %s (%s)" % (e.src.path, e.src.layout)
print "Destination %s doesn't exist" % (e.dest.path)
print "You could make it with a command like:"