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.
- Download and Install PsychoPy3 (version 2020.1.3)
- On C: Drive, clone repo
git clone https://github.com/laureate-institute-for-brain-research/StimTool3.git - Use Runner view to run 'StimTool.py'
Extra Steps for the Camera Driver Utility
- Use PsychoPy's version of python to create a venv for StimTool3, with the command:
".\Program Files\PsychoPy3\python.exe" -m venv StimTool3Env - Activate the venv for StimTool3Env with: .\StimTool3Env\Scripts\activate.bat
- Use pip to install desired packages: pip install opencv-python==4.4.0.42, pip install pyaduio==0.2.11
- Use ' pip list' to confirm that the correct packages were installed Launch PsychoPy3 and run the experiment