Browse Source

Add some docs about building new tools

tags/nilmtools-1.0
Jim Paris 11 years ago
parent
commit
457c518809
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      README.txt

+ 12
- 0
README.txt View File

@@ -12,3 +12,15 @@ Prerequisites:
Install:

python setup.py install

Building new tools:

The tools in this package are meant to be installed with
"python setup.py install". If you want to make a new one,
an easier way to develop would be to first install this package,
and then copy a specific script like "src/sinefit.py" to a new
location, and modify it as desired.

To add a tool to the package, place it in "src/" and add the
appropriate configuration to "setup.py".


Loading…
Cancel
Save