Tweet Earthquake Detector source code repository
Install Notes
- 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
-
set up for SSL (may have to happen before step 1) - instructions at https://gitlab.cr.usgs.gov/mhearne/install-ssl
-
install this project (ted trigger code)
git clone cd ted ./install.sh
-
add a line to .bashrc in your home directory which will automatically activate ted conda environment:
source activate ted