2. Installation

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

2.1. Prerequisites

The package has the following dependencies:

TBC!!!

2.2. Installing

2.2.1. Manual install from source

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

python setup.py install

2.2.2. pip install

We will be linking the package to PyPi soon, after which you can use the following command to install the package:

pip install QMigrate

2.2.3. conda install

We will soon endevour to support installation via conda.