Fix installation instructions in Open-DeepResearch README (#633)
This commit is contained in:
parent
1516ce8d74
commit
b20da6a747
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue