From a7059cd42023fd2817d097dcfd5205fe352bca70 Mon Sep 17 00:00:00 2001 From: Alexandre Barachant Date: Wed, 12 Apr 2017 12:38:13 +0200 Subject: [PATCH] update readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 563ae38..c5e83a2 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,17 @@ This is a collection of python script to use the muse 2016 BLE headset with LSL. ## Requirements The code rely on [pygatt](https://github.com/peplin/pygatt) for the BLE communication. -pygatt works on linux and should work on window and OSX provided that you have a BLED112 dongle (however, there is currently a bug in pygatt with this two system. A fix should be provided soon). +pygatt works on linux and should work on window and OSX provided that you have a BLED112 dongle. +You have to use the development version of pygatt, that can be installed with pip using : -You will also need to find the mac address of you Muse headset +`pip install git+https://github.com/peplin/pygatt` + +You will also need to find the mac address of you Muse headset. **This code is +only compatible with the 2016 version of the muse headset** + +Finally, the code is for streaming and recording data is compatible with python +2.7 and python 3.x. However, the code for generating P300 stimulus rely on +psychopy and is only working with python 2.7. ## Usage