From dbc7c6e60225aebeb344a380e3f1afbc1d402bf3 Mon Sep 17 00:00:00 2001 From: Gaurav Sheth <80212233+gsheth21@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:09:19 -0400 Subject: [PATCH] Update README.md Updated Python version for this repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7f2591..2bbaaef 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To run these scripts, you will require Python installed on your PC. Please visit ## Installation Initially you can check whether your system has python pre-installed or not, usually nowadays in most of the systems, be it Windows or MacOS, python is pre-installed. -To check whether you have python installed or not, you can open CMD or a Terminal and run the command "python --version". If the CMD shows the version such as Python 3.6.7 then your system already has python installed and you just need to clone the repository and run the python scripts. +To check whether you have python installed or not, you can open CMD or a Terminal and run the command "python --version". If the CMD shows the version such as Python 3.10 then your system already has python installed and you just need to clone the repository and run the python scripts. If this is not the case, then you need to download python installer package from [Python Installers](https://www.python.org/downloads/) based on your system's operating system and install it and you can further clone this repository to execute the scripts.