diff options
| author | Christian Kolset <ckolset@colostate.edu> | 2026-07-31 15:07:46 -0600 |
|---|---|---|
| committer | Christian Kolset <ckolset@colostate.edu> | 2026-07-31 15:07:46 -0600 |
| commit | f1aaffbc3eb1e2c154315c556d2555803eea7997 (patch) | |
| tree | 35fda637381e26029497c1deb717d5ddc5fcfcfd | |
| parent | 767f1b013dffb8124a389997a2dbf2f06937a1d4 (diff) | |
updated requirements comments.
| -rw-r--r-- | requirements.txt | 7 |
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 |
