-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #38 from cibr-jyu/update-mne
Update mne and docs
- Loading branch information
Showing
12 changed files
with
279 additions
and
138 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
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,32 @@ | ||
# Plugins | ||
|
||
Meggie's capabilities can be extended through the use of plugins. These plugins are developed by the community and allow you to customize and enhance your experience with new features. | ||
|
||
## Why Use Plugins? | ||
|
||
Plugins let you tailor Meggie to your specific research needs. They can provide new analysis options, data handling capabilities, or help optimize your existing workflows. | ||
|
||
## Finding Plugins | ||
|
||
Below is a list of available meggie plugins found on PyPi. | ||
|
||
{{PLUGIN_INFO}} | ||
|
||
## Installing Plugins | ||
|
||
To install a plugin, first activate the Python environment in which Meggie is installed. Then, you can simply use pip to install the plugin of your choice: | ||
|
||
```bash | ||
$ pip install <plugin_name> | ||
``` | ||
|
||
For example, if you wanted to install the "meggie_example" plugin, you would run: | ||
|
||
```bash | ||
$ pip install meggie_example | ||
``` | ||
|
||
## Need Help? | ||
|
||
If you have questions about selecting or installing plugins, the Meggie community is ready to help. We're all part of making Meggie a versatile and user-friendly tool for everyone. | ||
|
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
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
Oops, something went wrong.