Skip to content

Commit 554fd51

Browse files
authored
Update README.md
Updated powershell command, source .pt2/bin/activate did not work
1 parent 1659a1c commit 554fd51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ This is assuming you have navigated to the `generative-models` root after clonin
164164
# install required packages from pypi
165165
python3 -m venv .pt2
166166
source .pt2/bin/activate
167+
168+
# Using PowerShell: If above didnt work
169+
.pt2\Scripts\Activate.ps1
170+
167171
pip3 install -r requirements/pt2.txt
168172
```
169173

0 commit comments

Comments
 (0)