:hide-toc: .. include:: ./links.inc MNE-LSL ======= Open-source Python package for real-time brain signal streaming framework based on the `Lab Streaming Layer (LSL) `_. Install ------- ``MNE-LSL`` is available on `PyPI `_ and `conda-forge `_. It requires a compatible version of `liblsl `_ which will be automatically fetched from the `liblsl release page `_ if possible. .. tab-set:: .. tab-item:: MNE installers As of `MNE-Python `_ 1.6, ``mne-lsl`` is distributed in the `MNE standalone installers `_. The installers create a conda environment with the entire MNE-ecosystem setup, and more! This installation method is recommended for beginners. .. tab-item:: PyPI ``mne-lsl`` can be installed from `PyPI `_ using pip: .. code-block:: console $ pip install mne-lsl .. tab-item:: Conda ``mne-lsl`` can be installed from `conda-forge `_ using conda: .. code-block:: console $ conda install -c conda-forge mne-lsl .. tab-item:: Source ``mne-lsl`` can be installed from `GitHub `_: .. code-block:: console $ pip install git+https://github.com/mne-tools/mne-lsl Supporting institutions ----------------------- .. image:: _static/partners/FCBG.svg :align: right :alt: FCBG - HNP - MEEG/BCI Platform :width: 100 The development of ``MNE-LSL`` is supported by the `Fondation Campus Biotech Geneva `_. .. toctree:: :hidden: resources/install.rst api/index.rst resources/command_line.rst resources/implementations.rst generated/tutorials/index.rst generated/examples/index.rst .. toctree:: :hidden: :caption: Development development/contributing.rst development/changes/index.rst