/mne-realtime-1

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Travis AppVeyor Codecov CircleCI ReadTheDocs

mne-realtime - A template for mne-python compatible extensions

mne-realtime is a template project for mne-python compatible extensions.

Thank you for cleanly contributing to the mne-python ecosystem!

Refer to the documentation to modify the template for your own mne-python extension or follow this quick reference:

$ git clone https://github.com/mne-realtime/mne-realtime.git mne-foo
$ cd mne-foo
$ # update mne_project_template_bootstrap.sh
$ bash mne_project_template_bootstrap.sh
$ rm mne_project_template_bootstrap.sh
$ rm -rf .git
$ git init && git add . && git commit -m 'Initial commit'
$ git remote add origin https://github.com/your_remote/mne-foo.git
$ git push origin master
$ # Activate all CIs

Notice that appveyor badge image needs to be updated manually. Go where _AppVeyor: pints in the resulting README.rst after bootstraping and substitute 4qrnsuohh5g53i5u with the relevant information from settings -> badges in appveyor's website of your project.