Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nandika-A authored Oct 12, 2024
1 parent b543142 commit 962de84
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/<your_username>/Graph-Analyzer.git
cd Graph-Analyzer
```

Expand All @@ -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
Expand Down

0 comments on commit 962de84

Please sign in to comment.