Skip to content

Commit

Permalink
Update INSTALLATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
skpatil1997 authored Nov 13, 2024
1 parent 3926d7f commit f43872f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ This guide will help you set up a Python virtual environment and install the req

| **Operating System** | **Command** |
|----------------------|-------------|
| **Windows** | `cd Scripts\` <br> `.\Activate.ps1` or `.\Activate` |
| **Windows** | `cd Scripts\` <br> `.\Activate.ps1 (for Powershell)` or `.\Activate (for bash)` |
| **Linux/macOS** | `source venv/bin/activate` |

3. Install Dependencies
Expand Down

0 comments on commit f43872f

Please sign in to comment.