| Line 43: |
Line 43: |
| | }} | | }} |
| | }} | | }} |
| − | PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate. TSG does not support Psychopy Builder. Neither does TSG make any projects in Psychopy Builder. TSG can provide some labsupport when yoou are using the Builder. TSG does support Psychopy Coder and TSG uses Psychopy elements to create experiments. There are sample experiments to download from the infobox on this page. | + | PsychoPy is an alternative to Presentation, e-Prime and Inquisit. It is a Python library and application that allows presentation of stimuli and collection of data for a wide range of neuroscience, psychology and psychophysics experiments. When used on DCC computers PsychoPy is guaranteed to be millisecond accurate. TSG does not support Psychopy Builder. Neither does TSG make any projects in Psychopy Builder. TSG can provide some labsupport when you are using the Builder. TSG does support Psychopy Coder and TSG uses Psychopy elements to create experiments. There are sample experiments to download from the infobox on this page. |
| | | | |
| | ==Installation== | | ==Installation== |
| Line 49: |
Line 49: |
| | | | |
| | Check our gitlab server https://gitlab.socsci.ru.nl/tsg/psychopy2024.2.4install | | Check our gitlab server https://gitlab.socsci.ru.nl/tsg/psychopy2024.2.4install |
| | + | |
| | + | |
| | | | |
| | | | |
| Line 91: |
Line 93: |
| | '''workon <virtualenvname>''', where <virtualenvname> is the name of the virtualenv you want to use.<br> | | '''workon <virtualenvname>''', where <virtualenvname> is the name of the virtualenv you want to use.<br> |
| | '''mkvirtualenv <virtualenvname>''' to create a new and empty virtualenv.<br> | | '''mkvirtualenv <virtualenvname>''' to create a new and empty virtualenv.<br> |
| − | '''mkvirtualenv -p=37 <virtualenvname>''' to create a new and empty virtualenv that uses the installed Python3.7.6.<br> | + | '''mkvirtualenv -p=310 <virtualenvname>''' to create a new and empty virtualenv that uses the installed Python3.10.11.<br> |
| − | '''mkvirtualenv -p=36 <virtualenvname>''' to create a new and empty virtualenv that uses the installed Python3.6.8.<br> | + | '''mkvirtualenv -p=38 <virtualenvname>''' to create a new and empty virtualenv that uses the installed Python3.8.10.<br> |
| − | '''mkvirtualenv -p=37 --system-site-packages <virtualenvname>''' to create a new virtualenv that uses the installed Python3.7 and its site-packages.<br> | + | '''mkvirtualenv -p=310 --system-site-packages <virtualenvname>''' to create a new virtualenv that uses the installed Python3.10 and its site-packages.<br> |
| | '''rmvirtualenv <virtualenvname>''' to remove the virtualenv with name <virtualenvname>.<br> | | '''rmvirtualenv <virtualenvname>''' to remove the virtualenv with name <virtualenvname>.<br> |
| | '''deactivate''' to return to the defaults. | | '''deactivate''' to return to the defaults. |