Installation

We recommend installing MTUQ under Miniforge, which can be obtained following these instructions.

To install MTUQ, create a conda virtual environment:

conda create -n mtuq

Download the MTUQ source code:

git clone https://github.com/mtuqorg/mtuq.git
cd mtuq

Install in editable mode:

conda activate mtuq
conda env update --file env.yaml

Unpack seismic waveforms used by examples:

bash ./data/examples/unpack.bash
bash ./data/tests/download.bash

Troubleshooting

For troubleshooting common installation issues, please see `