From 2a13760d7283851492a567b03e86ae03268ce692 Mon Sep 17 00:00:00 2001 From: Madhur Tandon <20173739+madhur-tandon@users.noreply.github.com> Date: Mon, 17 Mar 2025 07:32:25 +0530 Subject: [PATCH] Update Installation.md --- docs/GettingStarted/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/GettingStarted/Installation.md b/docs/GettingStarted/Installation.md index 395c4c16..ca36e276 100644 --- a/docs/GettingStarted/Installation.md +++ b/docs/GettingStarted/Installation.md @@ -38,7 +38,7 @@ poetry install # This may take a few minutes #### Activate Environment ```bash -source .venv/bin/activate +eval $(poetry env activate) ``` ### 3. Setup Dev Environment