Installation
Requirements
Python 3.11 or later
Install from PyPI
pip install seismoalert
Install from Source
git clone https://github.com/utpalkumar/seismoalert.git
cd seismoalert
pip install -e .
Development Installation
To install with development and testing dependencies:
pip install -e ".[dev,test,docs]"