From a70b513e531a25aebf3c50420dee9a0c793bcbe3 Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 7 Apr 2026 11:42:13 +0200 Subject: [PATCH] Updated README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 2715c0a..529b877 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # PythonSampleAppMultipleFiles +This application shows: + - basic usage of multiple input files in Python applications + - creating and returning output file in Python application + - declaring Matplotlib dependency + +Contents of the repository: + - [appDefinition.json](appDefinition.json) - application definition descriptor + - [sample_app.py](sample_app.py) - executable script containing the application code + +Check the https://docs.cyfronet.pl/display/ISDOC/Examples documentation to learn how to use this example