Skip to content

Commit 66061a9

Browse files
authored
Update README to correct directory navigation for virtual environment setup (#38)
1 parent 275fa73 commit 66061a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ Install DeepSearcher using pip:
2727
git clone https://github.com/zilliztech/deep-searcher.git
2828

2929
# Recommended: Create a Python virtual environment
30+
cd deep-searcher
3031
python3 -m venv .venv
3132
source .venv/bin/activate
3233

3334
# Install dependencies
34-
cd deep-searcher
3535
pip install -e .
3636
```
3737
Prepare your `OPENAI_API_KEY` in your environment variables. If you change the LLM in the configuration, make sure to prepare the corresponding API key.

0 commit comments

Comments
 (0)