mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
fix typo (#122)
This commit is contained in:
@@ -32,7 +32,7 @@ export OPENAI_API_KEY=xxxxxxx
|
||||
|
||||
3. Install the requirement package.
|
||||
```bash
|
||||
pip install -r requirement.txt
|
||||
pip install -r requirements.txt
|
||||
```
|
||||
If you still meet problem like `ModuleNotFoundError: No module named 'agenthub'`, try to add the `opendevin` root path into `PATH` env.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user