We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12ce566 commit da251b9Copy full SHA for da251b9
README.md
@@ -28,19 +28,6 @@ The source code can be downloaded from the NeXpy Git repository:
28
```
29
$ git clone http://github.com/nexpy/nexusformat.git
30
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
44
Prerequisites
45
=============
46
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
49
50
* h5py http://www.h5py.org
51
* numpy http://numpy.org
+* scipy http://scipy.org
52
53
User Support
54
============
0 commit comments