From 9ed2410cc0f6d5949bdbeeb1fa5a03481466bd86 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 5 Nov 2022 20:18:25 +0300 Subject: [PATCH] Add prerequisites to README --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f40710b..5a62879 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,19 @@ code. ## Running -## Linux +### Prerequisites + +You need at least CPython 3.11 to run the interactive code runner script. + +You can download it from [here](https://www.python.org/downloads/). + +### Linux ```bash ./run.sh ``` -## Windows +### Windows ```bat run.bat