Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 717 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 717 Bytes

stimulation

Tools for testing stimulation protocols, including millisecond timing

psychopy

conda environments

Since PsychoPy 3.x, it is possible to install psychopy via the conda package manager. We recommend using the Miniconda distribution on your OS, then opening a Terminal/Command prompt and running

conda env create -f environment-Win10.env

This will create an environment called psypy with the latest version from PyPi. Edit the first line of the file if you want to name the environment otherwise. Run

conda activate psypy
psychopy

to start the GUI.

PsychoPy-scripts using/demonstrating various features.