DataHub: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 37: Line 37:


==Installation==
==Installation==
We advise installing Unity via the [https://unity3d.com/get-unity/download Unity HUB]. This provides a handy overview of all your projects and allows you to easily switch between different Unity versions. You will be required to create an account.
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/>
<code style="background-color:#000; color:#fff; padding:1px 3px;">python -m pip install --upgrade pip</code><br/>
Then:<br/>
<code style="background-color:#000; color:#fff; padding:1px 3px;">pip install pylsl</code>


===Versions===
===Versions===