Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 755 Bytes

File metadata and controls

26 lines (16 loc) · 755 Bytes

ted

Tweet Earthquake Detector source code repository

Install Notes

  1. if miniconda is not already installed then first do:

curl https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -o Miniconda3-latest-Linux-x86_64.sh bash Miniconda3-latest-Linux-x86_64.sh (follow prompts) source .bashrc conda config --add channels conda-forge conda install packages as needed

  1. set up for SSL (may have to happen before step 1) - instructions at https://gitlab.cr.usgs.gov/mhearne/install-ssl

  2. install this project (ted trigger code)

    git clone cd ted ./install.sh

  3. add a line to .bashrc in your home directory which will automatically activate ted conda environment:

    source activate ted