Mercurial > hg > pycsalgos
changeset 59:319927cc961d
Fixed URL in setup.py. Added install line in README
author | Nic Cleju <nikcleju@gmail.com> |
---|---|
date | Mon, 27 Feb 2012 20:41:11 +0000 |
parents | 210aee06e802 |
children | a7082bb22644 |
files | README.txt setup.py |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/README.txt Fri Feb 24 18:30:42 2012 +0000 +++ b/README.txt Mon Feb 27 20:41:11 2012 +0000 @@ -8,3 +8,7 @@ Python implementation of various Compressed Sensing algorithms originally implemented in Matlab. + +How to install +--------------- +Run 'python setup.py install' \ No newline at end of file
--- a/setup.py Fri Feb 24 18:30:42 2012 +0000 +++ b/setup.py Mon Feb 27 20:41:11 2012 +0000 @@ -6,7 +6,7 @@ description = "Python Compressed Sensing algorithms", author = "Nicolae Cleju", author_email = "nikcleju@gmail.com", - utl = 'https://code.soundsoftware.ac.uk/projects/svsa', + url = 'https://code.soundsoftware.ac.uk/projects/avssrec', classifiers = [ "Programming Language :: Python", "Development Status :: 4 - Beta",