Skip to content

Commit

Permalink
pyqtgraph included with gui code (need this version)
Browse files Browse the repository at this point in the history
had to edit a line in graphicsItems/PlotDataItem.py
  • Loading branch information
matthewl225 authored Feb 13, 2018
1 parent 287cd1c commit 7dc9c39
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions code/gui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ To run the application, run: `python app.py`

All functionality stuff is in app.py , everything scrolling plot related is in plotter.py

Still some functionality errors with pyqtgraph's Power Spectrum feature.

## Dependency

In order to launch the app, we need to install the `pyqt5` and `pyqtgraph` library.
In order to launch the app, we need to install the `pyqt5`. (pyqtgraph included)

### Installing dependencies on an Ubuntu/Debian systems

Run the followings in the terminal:
`sudo apt-get install python pip python-qt5 && sudo -H pip install --upgrade pip pyqtgraph`
`sudo apt-get install python pip python-qt5 (&& sudo -H pip install --upgrade pip pyqtgraph`)

### Installing dependencies on the macOS systems

Expand All @@ -20,4 +22,4 @@ Install Homebrew: `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.

Install pyqt5 module: `brew install pyqt5`

Insall pyqtgraph module using pip : `sudo -H pip install --upgrade pyqtgraph`
(Not needed: Install pyqtgraph module using pip : `sudo -H pip install --upgrade pyqtgraph`)

0 comments on commit 7dc9c39

Please sign in to comment.