Update README.md (#379)

This commit is contained in:
Jim Su 2024-03-30 10:15:08 -04:00 committed by GitHub
parent effac868c1
commit 11ed011b11
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,8 +45,8 @@ We manage python packages and the virtual environment with `pipenv`.
Make sure you have python >= 3.10.
```bash
python -m pip install pipenv
pipenv install -v
pipenv shell
python -m pipenv install -v
python -m pipenv shell
uvicorn opendevin.server.listen:app --port 3000
```