From 895ed00d1a37aa92641eff3b47294c0a5692cb7a Mon Sep 17 00:00:00 2001 From: Robert Brennan Date: Wed, 27 Mar 2024 12:41:43 -0400 Subject: [PATCH] Update README.md (#256) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70f038cc08..674cddfff2 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ export LLM_MODEL="claude-3-opus-20240229" ### Running on the Command Line You can also run OpenDevin from your command line: ``` -python opendevin/main.py -d ./workspace/ -i 100 -t "Write a bash script that prints 'hello world'" +PYTHONPATH=`pwd` python opendevin/main.py -d ./workspace/ -i 100 -t "Write a bash script that prints 'hello world'" ``` ## 🤔 What is [Devin](https://www.cognition-labs.com/introducing-devin)?