[python-hdf5storage] 151/152: Last changes to README.rst before releasing package.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Mon Feb 29 08:24:44 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to annotated tag 0.1
in repository python-hdf5storage.

commit 95fa1ea188437b14d9d3cf755dbdb44e041078e4
Author: Freja Nordsiek <fnordsie at gmail.com>
Date:   Sun Feb 16 04:55:09 2014 -0500

    Last changes to README.rst before releasing package.
---
 README.rst | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/README.rst b/README.rst
index 3ba56d7..3610e06 100644
--- a/README.rst
+++ b/README.rst
@@ -7,11 +7,14 @@ files. This package also provides support for MATLAB MAT v7.3 formatted
 files, which are just HDF5 files with a different extension and some
 extra meta-data.
 
+The package's documetation is found at
+http://pythonhosted.org/hdf5storage/
+
 The package's source code is found at
 https://github.com/frejanordsiek/hdf5storage
 
-The package is licensed under the 2-clause BSD license (example at
-http://opensource.org/licenses/BSD-2-Clause).
+The package is licensed under a 2-clause BSD license
+(https://github.com/frejanordsiek/hdf5storage/blob/master/COPYING.txt).
 
 Installation
 ============
@@ -21,10 +24,15 @@ This package only supports Python >= 2.6.
 This package requires the numpy and h5py (>= 2.1) packages. An optional
 dependency is the scipy package.
 
-To install hdf5storage, download the package and run the command::
+To install hdf5storage, download the package and run the command on
+Python 3 ::
 
     python3 setup.py install
 
+or the command on Python 2 ::
+
+    python setup.py install
+
 Python 2
 ========
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-hdf5storage.git



More information about the debian-science-commits mailing list