NeuroTechX / EEG-ExPy

EEG Experiments in Python
https://neurotechx.github.io/EEG-ExPy/
BSD 3-Clause "New" or "Revised" License
418 stars 124 forks source link

Make 'install lite' version #250

Closed JohnGriffiths closed 3 months ago

JohnGriffiths commented 7 months ago

Made a start at install 'lite' version, which removes all of the eeg streaming and stim presentation dependencies, which take a lot of time and heavy lifting to install.

Had to separate out utils function files into ones relating to streaming and ones relating to analysis.

JohnGriffiths commented 3 months ago

Closing, continuing with modifications in #263