Skip to content

Commit 6ab4dca

Browse files
committed
docs: add windows virtual environment activation
1 parent f4a79e6 commit 6ab4dca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ A Hybrid Search and Augmented Generation prompting solution using Python [OpenAI
2424
git clone https://github.com/FullStackWithLawrence/openai-embeddings.git
2525
cd openai-embeddings
2626
make init
27+
28+
# Linux/macOS
2729
source venv/bin/activate
30+
31+
# Windows Powershell (admin)
32+
venv\Scripts\activate
2833
```
2934

3035
You'll also need to add your api keys to the .env file in the root of the repo.

0 commit comments

Comments
 (0)