Installation

swspy can currently be installed via PyPi (pip install swspy) or a manual install. For the most stable version, select PyPi, for the most up to date versionm select a manual install.

Dependencies

The package has the following dependencies:

numpy scipy pandas matplotlib scikit-learn obspy numba (And for testing: pytest nbformat nbconvert ipykernel)

Installing

Manual install from source

Download or clone the package from github, and install by:

python setup.py install

pip install

To install via PyPi you can use the following command to install the package:

pip install swspy

conda install

We hope to soon support installation via conda.