From 554fd51d285c7f2b09ae59afa8c4288184e77990 Mon Sep 17 00:00:00 2001 From: theyonecodes <52630920+theyonecodes@users.noreply.github.com> Date: Wed, 2 Apr 2025 15:10:15 +0530 Subject: [PATCH] Update README.md Updated powershell command, source .pt2/bin/activate did not work --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 8454fc9f4..fb701a6a2 100755 --- a/README.md +++ b/README.md @@ -164,6 +164,10 @@ This is assuming you have navigated to the `generative-models` root after clonin # install required packages from pypi python3 -m venv .pt2 source .pt2/bin/activate + +# Using PowerShell: If above didnt work +.pt2\Scripts\Activate.ps1 + pip3 install -r requirements/pt2.txt ```