From 962de84842b05b008740c6f030b466872b94e606 Mon Sep 17 00:00:00 2001 From: Nandika Agrawal <93462818+Nandika-A@users.noreply.github.com> Date: Sat, 12 Oct 2024 19:01:53 +0530 Subject: [PATCH] Update README.md --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 897eb41..3cafe90 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Ensure you have the following installed: ### Clone the Repository ```bash -git clone https://github.com/Nandika-A/Graph-Analyzer.git +git clone https://github.com//Graph-Analyzer.git cd Graph-Analyzer ``` @@ -34,12 +34,6 @@ source venv/bin/activate # On Windows, use `venv\Scripts\activate` pip install -r requirements.txt ``` -Otherwise you can manually install the dependencies as: - -```bash -pip install django opencv-python numpy scikit-learn -``` - ### Apply Migrations ```bash