Remove extra install step (#361)

This commit is contained in:
Robert Brennan 2024-03-29 16:13:29 -04:00 committed by GitHub
parent 2286e73912
commit 248c39697e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -46,8 +46,6 @@ Make sure you have python >= 3.10.
python -m pip install pipenv
pipenv install -v
pipenv shell
python -m pip install -r requirements.txt
uvicorn opendevin.server.listen:app --port 3000
```