- Python ≥ 3.11
- XDAQ drivers installed and your device/headstage connected
python3 -m pip install --upgrade pip
pip install pyxdaqgit clone https://github.com/kontex-neuro/pyxdaq.git
cd pyxdaq
python3 -m venv .venv
source .venv/bin/activate # on Windows: .venv\Scripts\Activate.ps1
pip install --upgrade pip
pip install .A built‑in CLI script verifies:
- package installation
- XDAQ dynamic libraries
- device enumeration
- headstage detection
Run:
xdaq-diagnosisResults are saved to diagnostic_report.json in your current directory.
See the examples/ folder.
MIT — see LICENSE