Skip to content

Commit 12dd2c9

Browse files
committed
feat: add dependency installation procedure to setup script
1 parent 2c8e3ad commit 12dd2c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/tldr/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
)
2727

2828
# Install the llama_cpp_agent package
29-
subprocess.check_call([sys.executable, "-m", "pip", "install", "llama_cpp_agent"])
29+
subprocess.check_call([sys.executable, "-m", "pip", "install", "-r", "requirements.txt"])
3030

3131
print("Setup completed successfully.")

0 commit comments

Comments
 (0)