summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorChristian Kolset <ckolset@colostate.edu>2026-07-31 15:07:46 -0600
committerChristian Kolset <ckolset@colostate.edu>2026-07-31 15:07:46 -0600
commitf1aaffbc3eb1e2c154315c556d2555803eea7997 (patch)
tree35fda637381e26029497c1deb717d5ddc5fcfcfd /requirements.txt
parent767f1b013dffb8124a389997a2dbf2f06937a1d4 (diff)
updated requirements comments.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt7
1 files 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