[python-dtcwt] 82/497: update README to reflect cheeseshop-based installation
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jul 21 18:05:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository python-dtcwt.
commit 36bf63580d3118d0572a1e8c2109f13b54f5c6f2
Author: Rich Wareham <rjw57 at cam.ac.uk>
Date: Fri Aug 9 11:05:22 2013 +0100
update README to reflect cheeseshop-based installation
---
README.rst | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
diff --git a/README.rst b/README.rst
index 4f008b4..48e7823 100644
--- a/README.rst
+++ b/README.rst
@@ -10,13 +10,20 @@ transforms and their inverse in Python.
Installation
````````````
-Installation is based on setuptools and follows the usual conventions for a
+The easiest way to install ``dtcwt`` is via ``easy_install`` or ``pip``::
+
+ $ pip install dtcwt
+
+If you want to check out the latest in-development version, look at
+`thee project's GitHub page <https://github.com/rjw57/dtcwt>`_. Once checked out,
+installation is based on setuptools and follows the usual conventions for a
Python project::
$ python setup.py install
-A minimal test suite is provided so that you may verify the code works on your
-system::
+(Although the `develop` command may be more useful if you intend to perform any
+significant modification to the library.) A test suite is provided so that you
+may verify the code works on your system::
$ python setup.py nosetests
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-dtcwt.git
More information about the debian-science-commits
mailing list