Update README.md (#505)

This commit is contained in:
Robert Brennan 2024-04-01 11:54:45 -04:00 committed by GitHub
parent 3e6508b7f1
commit dac89a9720
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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