Skip to content

Commit da251b9

Browse files
committed
Add scipy dependency
This is needed for 1D data smoothing.
1 parent 12ce566 commit da251b9

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

+1-13
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,6 @@ The source code can be downloaded from the NeXpy Git repository:
2828
```
2929
$ git clone http://github.com/nexpy/nexusformat.git
3030
```
31-
32-
To install in the standard Python location:
33-
34-
```
35-
$ python setup.py install
36-
```
37-
38-
To install in an alternate location:
39-
40-
```
41-
$ python setup.py install --prefix=/path/to/installation/dir
42-
```
43-
4431
Prerequisites
4532
=============
4633
The following libraries are used by the full installation of NeXpy. There is
@@ -49,6 +36,7 @@ more details of the nature of these dependencies in the
4936

5037
* h5py http://www.h5py.org
5138
* numpy http://numpy.org
39+
* scipy http://scipy.org
5240

5341
User Support
5442
============

0 commit comments

Comments
 (0)