Browse Source

Update installation instructions

tags/nilmdb-2.0.1
Jim Paris 4 years ago
parent
commit
56153ff7ad
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      README.md

+ 8
- 0
README.md View File

@@ -22,6 +22,14 @@ NilmDB requires Python 3.7 or newer.

## Install:

Install it in a per-user location (e.g. `$HOME/.local/bin/nilmtool`)

python3 setup.py install --user

If you want to install it system-wide, you may need to also install the
requirements system-wide:

sudo pip3 install -r requirements.txt
sudo python3 setup.py install

## Usage:


Loading…
Cancel
Save