Installation ============ Currently, the package supports two ways of installation Install requirements: 1. `obspy `_: python seismic data processing package 2. `numpy `_ 3. `matplotlib `_ 4. `basemap(optional) `_ Also, installing `Anaconda `_ is before highly recommmended. 1. Source code -------------- Installing the package through source code. The code is hosted on `github `_. Use:: git clone https://github.com/wjlei1990/pycmt3d to clone the repository and then:: pip install -v -e . to install the package. 2. Pypi ------- Use:: pip install pycmt3d to install it directly from Pypi repository. (Wait please...Still under test for this method)