Installation
Installing via Conda
You can install SeisMonitor directly from PyPI using pip in a conda environment. This will install the Python package and its dependencies.
conda create --name seismonitor python=3.10
conda activate seismonitor
pip install SeisMonitor
pip install git+https://github.com/ecastillot/EQTransformer.git@master
pip install git+https://github.com/wayneweiqiang/GaMMA.git