Platform-specific instructions: Windows¶
There are two different ways to install Expyriment on Windows.
Using PyPi (recommended)¶
Install Python 2.7.9
Install Pygame
In a command prompt, run
python -m pip install expyriment
For the additional packages (optional):
Manually (alternative)¶
Install Python 2.7.9
Install Pygame
Install PyOpenGL
Download
expyriment-0.8.0b1-py2-none-any.whl
from the release page and install it in a command prompt withpython -m pip install expyriment-0.8.0b1-py2-none-any.whl
For the additional packages (optional):
Notes¶
Do not start your experiments out of IDLE when testing participants
If you are using the IDLE editor that comes with the Python installation, be aware that IDLE itself is written in Python. Starting your Expyriment programme out of IDLE (by clicking on “Run” or by pressing F5), might thus lead to improper timing!
We therefore strongly suggest to run Expyriment programmes from the command line when testing participants.