Robert Brennan 1 anno fa
parent
commit
dac89a9720
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 ```