Skip to content

Commit 7a5e9b1

Browse files
committed
Update readme.
1 parent a16ab9f commit 7a5e9b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
.. image:: https://ci.appveyor.com/api/projects/status/github/ScientificDataFormat/SDF-Python?branch=master
2+
13
Scientific Data Format for Python
24
=================================
35

46
SDF is a Python package to read, write and interpolate multi-dimensional data.
5-
The Scientific Data Format is an open file format based on HDF5 to store multi-
6-
dimensional data such as parameters, simulations results or measurements.
7+
The Scientific Data Format is an open file format based on HDF5 to store
8+
multi-dimensional data such as parameters, simulations results or measurements.
79
It supports...
810

911
- very large files
@@ -27,7 +29,7 @@ or install the latest development version from source
2729

2830
::
2931

30-
$ git clone -b develop https://github.com/ScientificDataFormat/SDF-Python.git
32+
$ git clone --branch develop --recursive https://github.com/ScientificDataFormat/SDF-Python.git
3133
$ cd SDF-Python
3234
$ sudo pip install .
3335

0 commit comments

Comments
 (0)