Home
Name Modified Size InfoDownloads / Week
PsychoPy is now at github 2015-10-20
Releases up to v1.82 2015-09-03
documentation 2015-01-28
releases up to 0.96 2013-06-21
very old releases 2008-12-02
readme.md 2013-06-21 1.9 kB
Totals: 6 Items   1.9 kB 3

For more detailed install instructions see PsychoPy installation

To Install

  • I'm new to python and use Windows Download the StandalonePsychoPy?.xxx.win32.exe file on the right and double click it to install. If there's an update that's more recent than the latest Standalone verion the software will automatically fetch and install a patch for this on first run.

  • I'm new to python and have an intel mac. Download the Standalone distributions for OS X (the version for 10.6 also runs on 10.5, but probably not 10.4). This includes a complete python installation so just drag it to your applications folder and double-click. If there's an update that's more recent than the latest Standalone version the software will automatically fetch and install this on first run.

  • I'm experienced with python and already have the dependencies. Go to your terminal or command window and type sudo easy_install -U psychopy and the latest version will be fetched automatically (skip the sudo part to do this from a win32 command window).

  • I'm very experienced with python and want to see the latest code. Fetch a copy of the source repository at github PsychoPy

  • I use Linux. For Debian-based packages you should install the package from neurodebian

Installing dependencies

For those wanting to use their own, customised installation see the full PsychoPy dependencies

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.

Source: readme.md, updated 2013-06-21