pip install ezmsg-lsl
ezmsg
pylsl
numpy
See the examples
folder for more details.
We use uv
for development. It is not strictly required, but if you intend to contribute to ezmsg-lsl then using uv
will lead to the smoothest collaboration.
- Install
uv
if not already installed. - Fork ezmsg-lsl and clone your fork to your local computer.
- Open a terminal and
cd
to the cloned folder. uv sync
to create a .venv and install dependencies.- After editing code and making commits, Run the test suite before making a PR:
uv run pytest tests
- Currently, there are no substantial tests.