diff --git a/README.md b/README.md index a7736e0..fe41375 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,8 @@ If you're creating a **new** program, you can start from this template: https://github.com/FNNDSC/python-chrisapp-template +Examples can be found in [./examples](./examples). + ## Usage After developing a plugin, use the command `chris_plugin_info` @@ -36,4 +38,4 @@ will automatically discover your *ChRIS* plugin. ## Development Goals -`chris_plugin` strives to have zero-dependencies and compatible with Python 3.8 through 3.10. +`chris_plugin` strives to have zero-dependencies and compatible with Python 3.8 through 3.12. diff --git a/examples/README.md b/examples/README.md index 37840bb..84af35f 100644 --- a/examples/README.md +++ b/examples/README.md @@ -6,3 +6,5 @@ In this directory you will find small yet complete examples of _ChRIS_ plugins. - `pl-copy`: a minimal [ds](https://github.com/FNNDSC/chris_plugin/wiki/About-Plugins#ds) plugin example - `pl-replace`: a complicated [ds](https://github.com/FNNDSC/chris_plugin/wiki/About-Plugins#ds) plugin example demonstrating [`PathMapper`](https://fnndsc.github.io/chris_plugin/chris_plugin.html#PathMapper) + +For examples of real plugins, see https://github.com/FNNDSC/python-chrisapp-template#example-plugins