File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1+ .. image :: https://ci.appveyor.com/api/projects/status/github/ScientificDataFormat/SDF-Python?branch=master
2+
13Scientific Data Format for Python
24=================================
35
46SDF 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.
79It 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
You can’t perform that action at this time.
0 commit comments