From 77c20512cd4dd739ead290680fd39f302594b1e5 Mon Sep 17 00:00:00 2001 From: ABHIJITH UDAYAKUMAR Date: Tue, 13 Jul 2021 01:51:48 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c9270..7fb362d 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ ## ⚡️ Quick start -First of all, download and install [Python](https://www.python.org/downloads/) and your favourite IDE (I used [PyCharm](https://www.jetbrains.com/pycharm/download/#section=windows)) and install the packages given in the **[requirements.txt](requiremts.txt)** file. Python Version `3.6` or higher is required. +First of all, download and install [Python](https://www.python.org/downloads/) and your favourite IDE (I used [PyCharm](https://www.jetbrains.com/pycharm/download/#section=windows)) and install the packages given in the **[requirements.txt](requirements.txt)** file. Python Version `3.6` or higher is required. Package installation can be done by using the [`pip install`](https://www.geeksforgeeks.org/how-to-install-pip-on-windows/) command: