Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sfortson/waveformplotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WaveformPlotter

Build

Setup Virtual Environment

If you don't have virtualenv installed:

python3 -m pip install virtualenv

Create virtual environment (from project root):

python3 -m virtualenv .venv

Activate the virtual environment:

source .venv/bin/activate

Install packages

pip install -r requirements.txt

pip install -e .

Run Waveform Plotter

With the virtual env active:

python src/main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages