Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 405 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 405 Bytes

PyBER plotter

How to run PyBER

This project use python 3.x and some dependencies : PyQt 4.7+ or PyQt5, NumPy.

Installation (Ubuntu)

git submodule update --init --recursive
sudo apt-get install python3 python3-pip
sudo pip3 install numpy pyqt5

Launch PyBER

python3 PyBER.py

By default the displayed files are the one contained in the ./data/ folder.