Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (32 loc) · 1.11 KB

Unity Version Python Version NeuXus Version

poslux-rs

Resting-state EEG study between different position and illumination conditions.

Run

Protocol

protocol

Prerequisites

1. Python

Download for windows

2. pip

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
py get-pip.py

Installation instructions

3. NeuXus

NeuXus requires Python 3.7+, verify your Python version with:

python --version

Install NeuXus with:

pip install neuxus

For more information, check NeuXus repo