Fix installation instructions in Open-DeepResearch README (#633)

This commit is contained in:
Albert Villanova del Moral 2025-02-13 10:32:28 +01:00 committed by GitHub
parent 1516ce8d74
commit b20da6a747
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ pip install -r requirements.txt
And install smolagents dev version
```bash
pip install -e .[dev]
pip install -e smolagents[dev]
```
Then you're good to go! Run the run.py script, as in: