| Line 42: |
Line 42: |
| | * [https://www.jetbrains.com/pycharm/download/ PyCharm] | | * [https://www.jetbrains.com/pycharm/download/ PyCharm] |
| | * [http://psignifit.sourceforge.net/INSTALL_WINDOWS.html Psignifit] | | * [http://psignifit.sourceforge.net/INSTALL_WINDOWS.html Psignifit] |
| | + | |
| | + | =Installing Python 2 and Psychopy 2, Linux= |
| | + | If you have a Debian based Linux (such as Ubuntu), add the [http://neuro.debian.net/ Neurodabian] repository and then type: |
| | + | <pre> |
| | + | sudo apt install psychopy |
| | + | </pre> |
| | + | Use the start menu or type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line. |
| | | | |
| | =Installing Python 3 and Psychopy 3, Linux= | | =Installing Python 3 and Psychopy 3, Linux= |
| − | In ''Ubuntu 18.04 Bionic Beaver'' type: | + | In ''Ubuntu 18.04 Bionic Beaver'' (and probably in other ubuntu versions too) type: |
| | <pre> | | <pre> |
| | sudo apt install python3 python3-pip python3-scipy python3-wxgtk-webview4.0 | | sudo apt install python3 python3-pip python3-scipy python3-wxgtk-webview4.0 |
| | sudo -H pip3 install psychopy | | sudo -H pip3 install psychopy |
| | </pre> | | </pre> |
| − | Type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line.
| + | Use the start menu or type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line. |