Install🔗

gedai requires Python 3.12 or higher.

gedai works best with the latest stable release of MNE-Python. To ensure MNE-Python is up-to-date, see the MNE installation instructions.

Methods🔗

gedai can be installed from Pypi:

$ pip install gedai

gedai can be installed from GitHub:

$ pip install git+https://github.com/neurotuning/gedai

gedai can be installed by cloning the repository and installing:

$ git clone https://github.com/neurotuning/gedai.git
$ cd gedai
$ pip install -e .[all]