Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 555 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (10 loc) · 555 Bytes

Contributing to mne-qt-browser

Thank you very much for taking the time to contribute! 👍👍👍

As this package is a subsidiarian of MNE-Python its guidelines for contributing apply as well.

Setting up development environment

Follow the instructions from mne-python and additionally install the dependencies for this repository:

pip install -e ".[tests]"