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)

Table Of Contents

Previous topic

Introduction

Next topic

Tutorial

This Page