Changes

Jump to navigation Jump to search
6 bytes added ,  10:54, 1 February 2022
Line 39: Line 39:  
Our support for LSL is mainly done in python. Download python here: [https://www.python.org/downloads/release/python-376/ Please choose a 64 bit version.]. Run the installer and make sure to add Python to the file path (it's an option in the installer).
 
Our support for LSL is mainly done in python. Download python here: [https://www.python.org/downloads/release/python-376/ Please choose a 64 bit version.]. Run the installer and make sure to add Python to the file path (it's an option in the installer).
 
Open a command prompt, start with upgrading the pip installer by typing:<br/>
 
Open a command prompt, start with upgrading the pip installer by typing:<br/>
<code style="background-color:#000; color:#fff; padding:1px 3px;">python -m pip install --upgrade pip</code><br/>
+
<code style="background-color:#000; color:#fff; padding:1px 3px;">c:>python -m pip install --upgrade pip</code><br/>
 
Then:<br/>
 
Then:<br/>
<code style="background-color:#000; color:#fff; padding:1px 3px;">pip install pylsl</code>
+
<code style="background-color:#000; color:#fff; padding:1px 3px;">c:>pip install pylsl</code>
    
more info: [https://github.com/labstreaminglayer/liblsl-Python cross platform pylsl]
 
more info: [https://github.com/labstreaminglayer/liblsl-Python cross platform pylsl]

Navigation menu