-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
61 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
Contributions | ||
------------- | ||
|
||
Contributions are welcome in the form of pull requests. | ||
|
||
Once the implementation of a piece of functionality is considered to be bug | ||
free and properly documented (both API docs and an example script), | ||
it can be incorporated into the master branch. | ||
|
||
To help developing `mne-bids`, you will need a few adjustments to your | ||
installation as shown below. | ||
|
||
##### Running tests | ||
|
||
To run the tests using `pytest`, you need to have the git cloned mne-python | ||
repository with a local pip-install instead of the mne-python package from | ||
pypi. Update your installation as follows. | ||
|
||
$ git clone https://github.com/mne-tools/mne-python --depth 1 | ||
$ cd mne-python | ||
$ pip uninstall mne # uninstall pypi mne | ||
$ pip install -e . # use the cloned repo for a local install of mne | ||
|
||
Then, install the following python packages: | ||
|
||
$ pip install flake8 pytest pytest-cov | ||
|
||
Finally, it is necessary to install the | ||
[BIDS validator](https://github.com/bids-standard/bids-validator). The outputs | ||
of MNE-BIDS are run through the BIDS validator to check if the conversion | ||
worked. | ||
|
||
##### Building the documentation | ||
|
||
The documentation can be built using sphinx. For that, please additionally | ||
install the following: | ||
|
||
$ pip install sphinx numpydoc sphinx-gallery sphinx_bootstrap_theme pillow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters