Changes

Jump to navigation Jump to search
1,354 bytes added ,  15:51, 2 February 2021
no edit summary
Line 58: Line 58:       −
== Installation ==
+
== Installation for Tobii users ==
{{see also|Psychopy/Installation}}
+
Since Tobii does not support 64-bits and does not support Python higher than version 3.6.8, there is a 32 bits Python version 3.6.8 installed. If you want to use a Tobii Eyetracker and want to install Python and Psychopy yourself, download Python here: [https://www.python.org/ftp/python/3.6.8/python-3.6.8-webinstall.exe Python3.6.8 (Windows)] or here: [https://www.python.org/downloads/release/python-368/ List of downloads for Python3.6.8. Please choose a 32-bit version.] Run the installer, choose to add python to the file path.
Click [http://www.psychopy.org/installation.html here] for more information on installing PsychoPy. For Radboud Social Sciences specific instructions, visit the [[Psychopy/Installation]] page.
+
 
 +
Download from here: [https://gitlab.socsci.ru.nl/h.voogd/psychopy-installation-on-python-3.6.8 PsychoPyDependenciesPython3.6.8.txt]. Open a command prompt (with administrator rights), go to the folder where the downloaded file is and type:
 +
pip install -r PsychoPyDependenciesPython3.6.8.txt
 +
 
 +
This should install everything you need for a basic Psychopy installation. Since packages are updated once in a while, this PsychoPyDependenciesPython3.6.8.txt might get outdated at some time. Please let us know.
 +
 
 +
'''Note:''' in our labs, the 64-bits Python and 64-bits Psychopy are installed as default. The 32-bits Python 3.6.8 and 32-bits Psychopy are installed in a separate ''virtualenv''. If you want to use Python3.6.8 from the command prompt, you first have to type:
 +
'''workon Python36'''
 +
After that, everything should work from Python3.6.8, including the 32-bits packages.
 +
 
 +
== Installation for other users ==
 +
We recommend to use a modern 64-bit version of Python. In our labs, we currently have Python 3.7.6 64 bits installed.
 +
 
 +
 
    
== Learning PsychoPy ==
 
== Learning PsychoPy ==

Navigation menu