From f1aaffbc3eb1e2c154315c556d2555803eea7997 Mon Sep 17 00:00:00 2001 From: Christian Kolset Date: Fri, 31 Jul 2026 15:07:46 -0600 Subject: updated requirements comments. --- requirements.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5178fa4..05152ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,10 @@ pyqtgraph>=0.13.3 numpy>=1.24.0 pyserial>=3.5 -# Optional - install if using real hardware: +# Optional - install if using National Instruments hardware: # nidaqmx>=0.9.0 # NI-DAQmx Python API (requires NI-DAQmx runtime) -# For Arduino: pyserial is sufficient (already listed above) +# pip install nidaqmx # Optional - install for Motion Capture plugin: # opencv-python>=4.8.0 # Camera capture + CSRT point tracking -# Arch Linux: sudo pacman -S python-opencv -# Other: pip install opencv-python +# pip install opencv-python -- cgit v1.2.3