Installation
Windows with standalone Psychopy (recommended)
For windows users the recommended way to install VSTT is to first install StandalonePsychoPy, then use the VSTT windows installer:
Install StandalonePsychoPy
Install Visuomotor Serial Targeting Task
Pip install
VSTT can also be installed from PyPI using pip:
pip install vstt
Note
On linux the optional psychtoolbox dependency needs permission to set its priority. To allow this:
sudo setcap cap_sys_nice+ep `python -c "import os; import sys; print(os.path.realpath(sys.executable))"`
Alternatively you can simply remove psychtoolbox:
pip uninstall psychtoolbox