Skip to content

Commit

Permalink
Must not install with python setup.py install. Must use develop. #6
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly committed Jul 16, 2014
1 parent da8c76d commit ed491fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,17 +138,14 @@ Installation
============

If you want to use the Python package in order to concatenate the
common appliance metadata into a single dictionary then please run:
common appliance metadata then please run:

```
sudo python setup.py install
sudo python setup.py develop
```

Or, if you want to develop:

```
sudo python setup.py install
```
Please do *not* use `python setup.py install` until I have updated
`setup.py` to copy the relevant `*.yaml` files. See [issue #6](https://github.com/nilmtk/nilm_metadata/issues/6).

Related projects
================
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author='Jack Kelly',
author_email='jack.kelly@imperial.ac.uk',
url='https://github.com/nilmtk/nilm_metadata',
long_description=open('README.md').read(),
# long_description=open('README.md').read(),
license='MIT',
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down

0 comments on commit ed491fb

Please sign in to comment.