Changes

Jump to navigation Jump to search
Line 45: Line 45:  
=Installing Python and Psychopy, Linux=
 
=Installing Python and Psychopy, Linux=
 
In ''Ubuntu 18.04 Bionic Beaver'' type:
 
In ''Ubuntu 18.04 Bionic Beaver'' type:
<code>
+
<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
</code>
+
</pre>
 
Type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line.
 
Type ''psychopy'' to start the UI, or use the library from your favorite IDE or from the command line.

Navigation menu