Metadata-Version: 2.4
Name: crustal
Version: 0.2.0
Summary: Crude Rough Unfinished Seismological Toolbox And Library
Author: attr: crustal.__author__
Author-email: Odysseus Galanis <ogalanis@geo.auth.gr>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://github.com/ogalanis/crustal
Project-URL: Issues, https://github.com/ogalanis/crustal/issues
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# crustal

Crude Rough Unfinished Seismological Toolbox And Library

### Installation

If you are installing in a new conda environment (always a good idea)
you may need to install pip

    conda install -n *your_environment* pip

First install the GaMMA associator

    pip install git+https://github.com/wayneweiqiang/GaMMA.git

And then

    pip install crustal-X.Y.Z.tar.gz 

where X.Y.Z is the version number. This will also install all other
dependencies



