浏览代码

Update README.md (#505)

Robert Brennan 1 年之前
父节点
当前提交
dac89a9720
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
 ```