written and contributed by David Fowler
rscu (pronounced "rascue") is a GUI-based charting utility built to make custom plotting of Raspberry Shake data easier.
Download and install Miniconda3
-
In a Terminal (Mac OS or Linux) or Anaconda Prompt (Windows), tell conda to update itself:
conda update conda -y
-
Next, tell conda to create an environment with the proper requirements, and activate it:
conda create --name rscu obspy conda activate rscu
-
Now, install rscu directly from github (you may need git for this):
pip install git+https://github.com/raspishake/rscu
-
You're ready to run rscu!
rscu
-
Install requirements via apt and pip
sudo apt install python3-numpy python3-lxml python3-pip pip install obspy
-
Now, install rscu directly from github (you may need git for this):
pip install git+https://github.com/raspishake/rscu
-
You're ready to run rscu!
rscu