- Windows host (tested on W11)
- Andor SDK2 installed (tested with 2.104.30065.0)
- Python 3.8 (required due to SDK numpy 1.19 requirement)
- You can easily install Python 3.8 with pyenv-win.
- Create virtual environment with Python 3.8
- Install pyAndorSDK2 in venv by navigating to SDK installation location and than
python\pyandorsdk2
and executingpython -m pip install .
. - Install sipyco:
python -m pip install git+https://github.com/m-labs/sipyco
.