From e982d9288cc79e92b4dddfc0bd8b35bfd481da1c Mon Sep 17 00:00:00 2001 From: "TCS portal test user (insilicolab@gmail.com)" Date: Tue, 20 May 2025 12:21:12 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index c7ddd32..56aecd4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # PythonSampleAppEnv +This application shows: + - usage of environment configuration in Python (delcaring Matplotlib dependency) + - basic usage of input files in Python applications + - creating and returning output file in Python application + +Contents of the repository: + - [appDefinition.json](appDefinition.json) - application definition descriptor + - [environment.yml](environment.yml) - Python environment configuration + - [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 \ No newline at end of file