Skip to content

Commit 766b67e

Browse files
2 parents 23da7a4 + 77f53f7 commit 766b67e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

README.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ This demo needs just a bare Arduino(-like) device that, for demonstration purpos
77

88
It features a PyQt5 graphical user-interface, with a PyQtGraph plot for fast real-time plotting of data. The main thread handles the GUI and redrawing of the plot, another thread deals with acquiring data from the Arduino at a fixed rate and a third thread maintains a thread-safe queue where messages to be sent out to the Arduino are managed.
99

10-
For convenience all dependendies on my libraries are already embedded in this package. If you want you can find the separate repositories here:
11-
12-
* [DvG_dev_Arduino](https://github.com/Dennis-van-Gils/DvG_dev_Arduino)
13-
* [DvG_debug_functions](https://github.com/Dennis-van-Gils/DvG_debug_functions)
14-
* [DvG_pyqt_misc](https://github.com/Dennis-van-Gils/DvG_pyqt_misc)
15-
16-
Third-party depencies you'll need for this demo:
10+
Other depencies you'll need for this demo can be installed by running:
11+
`pip install -r requirements.txt`
1712

13+
* [DvG_debug_functions](https://pypi.org/project/dvg-debug-functions/)
14+
* [DvG_QDeviceIO](https://pypi.org/project/dvg-qdeviceio/)
1815
* [psutil](https://pypi.org/project/psutil/)
1916
* [pySerial](https://pypi.org/project/pyserial/)
2017
* [NumPy](http://www.numpy.org/)

0 commit comments

Comments
 (0)