Skip to content

Commit

Permalink
fix example for real time plot
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Nov 23, 2022
1 parent 04092c9 commit c23e07b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/Examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ Python EEG Metrics
Python Real Time Plot
~~~~~~~~~~~~~~~~~~~~~~~~

Extra requirements for this code sample:

.. literalinclude:: ../python_package/examples/plot_real_time/requirements.txt
:language: none

.. literalinclude:: ../python_package/examples/plot_real_time/plot_real_time_min.py
:language: py

Expand Down
5 changes: 4 additions & 1 deletion python_package/examples/plot_real_time/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
pyqtgraph
PyQt5==5.15.7
PyQt5-Qt5==5.15.2
PyQt5-sip==12.11.0
pyqtgraph==0.12.4
brainflow

This file was deleted.

0 comments on commit c23e07b

Please sign in to comment.