Changes

Jump to navigation Jump to search
154 bytes added ,  18:13, 11 February 2021
no edit summary
Line 72: Line 72:     
== Addition for SR-Research Eyelink users ==
 
== Addition for SR-Research Eyelink users ==
 +
Eyelink users should follow the instructions above: 'Installation for other users'. Additionally, download the SR-Research Python package from here: [https://gitlab.socsci.ru.nl/h.voogd/PyLink3.7-64bit pylinkForPython-3.7.5-x64-Win]. Unzip it, find the folder called: '''pylink''' and copy it to your Pythons '''lib/site-packages''' folder.
 +
 +
== Addition for SMI RED 500 and SMI HiSpeed Tower users ==
 +
Include this file into your project: [https://gitlab.socsci.ru.nl/h.voogd/iviewxudp iViewXudp]
   −
Eyelink users should follow the instructions above: 'Installation for other users'. Additionally, download the SR-Research Python package from here: [https://gitlab.socsci.ru.nl/h.voogd/PyLink3.7-64bit pylinkForPython-3.7.5-x64-Win]. Unzip it, find the folder called: '''pylink''' and copy it to your Pythons '''lib/site-packages''' folder.
      
== VirtualEnv ==
 
== VirtualEnv ==
   
Some of the packages that are installed in the steps above, make it possible to make use of VirtualEnvs. A virtual environment is a Python environment such that the Python interpreter, libraries and scripts installed into it are isolated from those installed in other virtual environments, and (by default) any libraries installed in a “system” Python, i.e., one which is installed as part of your operating system.
 
Some of the packages that are installed in the steps above, make it possible to make use of VirtualEnvs. A virtual environment is a Python environment such that the Python interpreter, libraries and scripts installed into it are isolated from those installed in other virtual environments, and (by default) any libraries installed in a “system” Python, i.e., one which is installed as part of your operating system.
  

Navigation menu