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