Skip to content

Commit

Permalink
Update READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 12, 2023
1 parent 882352f commit 9661a6f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand All @@ -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.
2 changes: 2 additions & 0 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9661a6f

Please sign in to comment.