Browse Source

Update README.md (#379)

Jim Su 1 year ago
parent
commit
11ed011b11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

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