Skip to content

Commit bbe367f

Browse files
authored
Fix pip command (#225)
1 parent 719bde0 commit bbe367f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example-apps/chatbot-rag-app/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ python -m venv .venv
193193
source .venv/bin/activate
194194

195195
# Install Python dependencies
196-
pip install -r api/requirements.txt
196+
pip install -r requirements.txt
197197

198198
# Install Node dependencies
199199
cd frontend && yarn && cd ..

0 commit comments

Comments
 (0)