Browse Source

misc

git-svn-id: https://bucket.mit.edu/svn/nilm/nilmdb@9269 ddd99763-3ecb-0310-9145-efcb8ce7c51f
tags/bxinterval-last
Jim Paris 13 years ago
parent
commit
c50151c000
5 changed files with 1 additions and 18 deletions
  1. +1
    -17
      README
  2. +0
    -0
      nilmdb/__init__.py
  3. +0
    -0
      nilmdb/interval.py
  4. +0
    -0
      nilmdb/test_interval.py
  5. +0
    -1
      setup.py

+ 1
- 17
README View File

@@ -1,20 +1,4 @@
To install,


"python setup.py install"

"sudo" might be needed because this script installs the nerdconfig and intelhex
packages to the system package directory. It also installs "nerdconfig.py" to
the python scripts binary directory. On some systems this is not in the
system path, so adding it might be necessary.

For the most part, typing "nerdconfig.py" after installation should work.
Typing nerdconfig.py --help should give a description of the various options.

A CSV file will maintain a master directory of all used unique identifiers.
This package interfaces with command line Subversion to maintain a master list
of serial numbers. Presently the Subversion feature is disabled by default.
The code remains in case it is desired. It will need updating to point to
wherever the appropriate SVN repository is located.
python seutp.py install


src/nilmdb/__init__.py → nilmdb/__init__.py View File


src/nilmdb/interval.py → nilmdb/interval.py View File


src/nilmdb/test_interval.py → nilmdb/test_interval.py View File


+ 0
- 1
setup.py View File

@@ -6,5 +6,4 @@ setup(name = 'foo',
version = '1.0',
scripts = [ 'bin/nilm-test.py' ],
packages = [ 'nilmdb' ],
package_dir = { 'nilmdb' : 'src/nilmdb' }
)

Loading…
Cancel
Save