forked from iris-edu/noise-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
executable file
·24 lines (17 loc) · 951 Bytes
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
-----------------------------------------------------------------------------------------------------------------------
Incorporated Research Institutions for Seismology (IRIS)
Data Management Center (DMC)
Data Products Team
Noise Toolkit
Python installation guide
V.2.0,0
2020-11-16
-----------------------------------------------------------------------------------------------------------------------
- install Python 3 on your computer (tested with Python 3.8, may work with older 3 versions)
- additional required Python modules are:
. obspy (tested with version 1.2.2)
. matplotlib (tested with version 3.3.3)
. numpy (tested with version 6.2)
. scipy (tested with version 1.5.3)
- download the package to the destination directory
- execute individual Python files under the bin directory without an argument. A usage message should be displayed.