From 81b4759b3961f018bb9c1116ab2682c2d38890b4 Mon Sep 17 00:00:00 2001
From: Priyanshu Singh <72180769+wolverinex24@users.noreply.github.com>
Date: Tue, 27 Aug 2024 01:01:40 +0530
Subject: [PATCH] Update README.md

pip install  -r requirements.txt didn't work so I tried this worked
pip install --use-pep517 -r requirements.txt
---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index d23fbf7..df41fbc 100644
--- a/README.md
+++ b/README.md
@@ -32,6 +32,11 @@ Then put those 2 files on the "**models**" folder
 We highly recommend to work with a  `venv`  to avoid issues.
 ```
 pip install -r requirements.txt
+```
+or try if above failed
+```
+pip install --use-pep517 -r requirements.txt
+
 ```
 For MAC OS, You have to install or upgrade python-tk package:
 ```