This commit is contained in:
Sean Lim
2024-03-24 14:15:29 -07:00
committed by GitHub
parent 4aa24eb41d
commit dfa98b334e

View File

@@ -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.