|
Project Information
Featured
Downloads
Links
|
OverviewPsychoPy is an open-source package for creating psychology stimuli in Python (A real and free alternative to Matlab). PsychoPy combines the graphical strengths of OpenGL with the easy Python syntax to give psychophysics a free and simple stimulus presentation and control package. For the main documentation page of this free psychology software see this page. For more detailed install instructions see http://www.psychopy.org/installation.html To view sourcePsychoPy source repository has moved to git and github. You can view individual files on the web interface there and create a copy of your own (on the github server and/or locally). To Install
Some deprecated versions of PsychoPy (pre v0.97) are available at sourceforge Installing dependenciesIf you use the Standalone versions for Win32 or OS X then these are automatically included. PsychoPy requires python 2.4-2.7 (it is most tested on 2.6) and numpy, scipy, matplotlib, pyglet, pygame, pyOpenGL, Python Imaging Library, wxPython, setuptools, lxml and pywin32 (windows only). pyserial is also needed if you wish to use serial ports. The Enthought Python Distribution contains nearly all the dependencies that PsychoPy2 needs except for Pygame. So the easiest way to install is to fetch that and then the latest pygame. |