Installation¶
We recommend installing MTUQ under Miniforge.
To install MTUQ, first download the source code:
git clone https://github.com/mtuqorg/mtuq.git
cd mtuq
Create a conda virtual environment:
conda create --name=mtuq
conda activate mtuq
Then install in editable mode:
conda env create --name=mtuq --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 `