From 9661a6fe87b4bff6e01bb7021c13d75404df4275 Mon Sep 17 00:00:00 2001 From: Jennings Zhang Date: Thu, 12 Oct 2023 04:12:12 -0400 Subject: [PATCH] Update READMEs --- README.md | 4 +++- examples/README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) 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