|
|
@@ -6,16 +6,8 @@ Prerequisites: |
|
|
|
# Runtime and build environments |
|
|
|
sudo apt install python3.7 python3.7-dev python3-pip |
|
|
|
|
|
|
|
# Base NilmDB dependencies |
|
|
|
sudo pip3 install cherrypy decorator simplejson requests |
|
|
|
sudo pip3 install python-dateutil tz progressbar psutil |
|
|
|
sudo pip3 install python-datetime-tz |
|
|
|
|
|
|
|
# Other dependencies (required by some modules) |
|
|
|
sudo pip3 install numpy |
|
|
|
|
|
|
|
# Tools for running tests |
|
|
|
sudo pip3 install nose coverage |
|
|
|
# Install NilmDB dependencies |
|
|
|
pip3 install -r requirements.txt |
|
|
|
|
|
|
|
Test: |
|
|
|
python3 setup.py nosetests |
|
|
|