Changes

Jump to navigation Jump to search
add linux
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 and Psychopy, Linux=
 +
In ''Ubuntu 18.04 Bionic Beaver'' type:
 +
<code>
 +
sudo apt install python3 python3-pip python3-scipy python3-wxgtk-webview4.0
 +
sudo -H pip3 install psychopy
 +
</code>
 +
Type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line.

Navigation menu