Browse Source

Fix up dependencies

tags/nilmdb-1.5.0^0
Jim Paris 11 years ago
parent
commit
d36ece3767
2 changed files with 3 additions and 1 deletions
  1. +3
    -0
      README.txt
  2. +0
    -1
      setup.py

+ 3
- 0
README.txt View File

@@ -10,6 +10,9 @@ Prerequisites:
sudo apt-get install python-cherrypy3 python-decorator python-simplejson
sudo apt-get install python-requests python-dateutil python-tz python-psutil

# Other dependencies (required by some modules)
sudo apt-get install python-numpy

# Tools for running tests
sudo apt-get install python-nose python-coverage



+ 0
- 1
setup.py View File

@@ -114,7 +114,6 @@ setup(name='nilmdb',
install_requires = [ 'decorator',
'cherrypy >= 3.2',
'simplejson',
'pycurl',
'python-dateutil',
'pytz',
'psutil >= 0.3.0',


Loading…
Cancel
Save