From 360e1a87816f27e81f16cc480e320ba28b944870 Mon Sep 17 00:00:00 2001 From: nishaddeokar <116658820+nishaddeokar@users.noreply.github.com> Date: Thu, 13 Feb 2025 14:22:46 +0000 Subject: [PATCH] Fix issue #635. Corrected installation instructions for open_deep_research (#636) Co-authored-by: Aymeric Roucher <69208727+aymeric-roucher@users.noreply.github.com> --- examples/open_deep_research/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/open_deep_research/README.md b/examples/open_deep_research/README.md index d03b236..915bfc8 100644 --- a/examples/open_deep_research/README.md +++ b/examples/open_deep_research/README.md @@ -13,7 +13,7 @@ pip install -r requirements.txt And install smolagents dev version ```bash -pip install -e smolagents[dev] +pip install smolagents[dev] ``` Then you're good to go! Run the run.py script, as in: