1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Platform-specific instructions: Windows
=======================================
Dependencies
------------
If you are using Windows, download the following installers and follow their instructions:
* `Python 2`_
* Pygame_
* PyOpenGL_
and, if needed:
* PySerial_
* PyParallel_ and giveio_
* NumPy_
Installing Expyriment
---------------------
To install the latest version of Expyriment, download
"expyriment-|release|-win32.exe" from the `Release page`_ and execute it.
Notes
-----
**Do not start your experiments out of IDLE**
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.
.. _`Python 2`: http://www.python.org/ftp/python/2.7.6/python-2.7.6.msi
.. _Pygame: http://pygame.org/ftp/pygame-1.9.1.win32-py2.7.msi
.. _PyOpenGL: https://pypi.python.org/packages/any/P/PyOpenGL/PyOpenGL-3.0.2.win32.exe
.. _PySerial: http://sourceforge.net/projects/pyserial/files/pyserial/2.7/pyserial-2.7.win32.exe/download
.. _PyParallel: http://sourceforge.net/projects/pyserial/files/pyparallel/0.2/pyparallel-0.2.win32.exe/download
.. _giveio: http://sourceforge.net/projects/pyserial/files/pyparallel/giveio/giveio_setup.exe/download
.. _NumPy: http://sourceforge.net/projects/numpy/files/NumPy/1.8.0/numpy-1.8.0-win32-superpack-python2.7.exe
.. _`Release page`: http://github.com/expyriment/expyriment/releases/latest
|