Browse Source

Update README.md (#505)

Robert Brennan 1 year ago
parent
commit
dac89a9720
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -38,7 +38,7 @@ LLM_API_KEY="sk-..."
 Next, start the backend:
 ```bash
 python -m pip install pipenv
-python -m pipenv install -v
+python -m pipenv install
 python -m pipenv shell
 uvicorn opendevin.server.listen:app --port 3000
 ```