Skip to content

raspishake/rscu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rscu - Raspberry Shake Charting Utility

written and contributed by David Fowler

About

rscu (pronounced "rascue") is a GUI-based charting utility built to make custom plotting of Raspberry Shake data easier.

Installation

via Anaconda/Miniconda (recommended)

Download and install Miniconda3

  1. In a Terminal (Mac OS or Linux) or Anaconda Prompt (Windows), tell conda to update itself:

    conda update conda -y
    
  2. Next, tell conda to create an environment with the proper requirements, and activate it:

    conda create --name rscu obspy
    conda activate rscu
    
  3. Now, install rscu directly from github (you may need git for this):

    pip install git+https://github.com/raspishake/rscu
    
  4. You're ready to run rscu!

    rscu
    

on Debian Linux without Anaconda

  1. Install requirements via apt and pip

    sudo apt install python3-numpy python3-lxml python3-pip
    pip install obspy
    
  2. Now, install rscu directly from github (you may need git for this):

    pip install git+https://github.com/raspishake/rscu
    
  3. You're ready to run rscu!

    rscu
    

About

Raspberry Shake Charting Utility for Windows, Mac, and Linux

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages