From 4d9a12ed4e65adeb1e6c65872a74da1545160a6b Mon Sep 17 00:00:00 2001 From: eliselavy <35602279+eliselavy@users.noreply.github.com> Date: Tue, 26 Sep 2023 14:44:33 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f61addb..0b5cf8e 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,11 @@ The preflight action generates a report within the repository that contains info The preflight action generates or updates a report markdown file in the repository that provides information about the adherence of the article to the submission guidelines, usually named `report.md` +`requirements.txt` - stores information about all the libraries, modules, and packages in itself that are used while developing a particular project. + +`runtime.txt` - specify the version of the runtime (e.g. the version of Python ). Have python-x.y in runtime.txt to run the repository with Python version x.y + + ## Getting Started This repository it's a _template_, that is, it can be used as a starting point for new repositories. @@ -38,8 +43,8 @@ The preflight action will generate a report in the repository that provides info ## MyBinder -The repository also contains a `requirements.txt` file that can be used to create a MyBinder environment. Check: https://mybinder.readthedocs.io/en/latest/using/config_files.html#preparing-a-repository-for-binder -The MyBinder environment can be used to run the example notebook to test that the code runs smoothly. +The repository also contains a `requirements.txt` and a `runtime.txt` file that can be used to create a MyBinder environment. Check: https://mybinder.readthedocs.io/en/latest/using/config_files.html#preparing-a-repository-for-binder +The MyBinder environment can be used to run the example notebook to test that the code runs smoothly. ## Contribution Guidelines -- GitLab