From f43872f5790013b3f303ff98db8b60f21b794a9d Mon Sep 17 00:00:00 2001 From: Suraj Patil Date: Tue, 12 Nov 2024 20:39:46 -0700 Subject: [PATCH] Update INSTALLATION.md --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index a1d61b1..12d824a 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -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\`
`.\Activate.ps1` or `.\Activate` | + | **Windows** | `cd Scripts\`
`.\Activate.ps1 (for Powershell)` or `.\Activate (for bash)` | | **Linux/macOS** | `source venv/bin/activate` | 3. Install Dependencies