installation - laureate-institute-for-brain-research/StimTool3 GitHub Wiki

Installation

StimTool3 has been run a Windows 10 machine. Depending on the tasks, it might require additional programs. Refer to the individual Tasks page to see if they require additional programs.

  1. Download and Install PsychoPy3 (version 2020.1.3)
  2. On C: Drive, clone repo git clone https://github.com/laureate-institute-for-brain-research/StimTool3.git
  3. Use Runner view to run 'StimTool.py'

Extra Steps for the Camera Driver Utility

  1. Use PsychoPy's version of python to create a venv for StimTool3, with the command: ".\Program Files\PsychoPy3\python.exe" -m venv StimTool3Env
  2. Activate the venv for StimTool3Env with: .\StimTool3Env\Scripts\activate.bat
  3. Use pip to install desired packages: pip install opencv-python==4.4.0.42, pip install pyaduio==0.2.11
  4. Use ' pip list' to confirm that the correct packages were installed Launch PsychoPy3 and run the experiment