Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 509 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 509 Bytes

Python Package for Normal Mode and Surface Wave Dispersion Stuff

Authors

Federico Munch and Martin van Driel

Download

To download the current developer version, use git clone

git clone https://github.com/martinvandriel/pymodes

Installation

Change into the download directory and install using the package manager of your Python installation

cd pymodes
pip install -v -e .

Run the tests

Run the unit test by calling

py.test

inside the download directory