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: 1. Install `StandalonePsychoPy `_ 2. 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``