Skip to content

Commit

Permalink
Update README.md (All-Hands-AI#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Mar 30, 2024
1 parent dd1ac82 commit 4882cb6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ python -m pipenv install -v
python -m pipenv shell
uvicorn opendevin.server.listen:app --port 3000
```
If `pipenv` doesn't work for you, you can also run:
```
python -m pipenv requirements > requirements.txt && python -m pip install -r requirements.txt
```

Then, in a second terminal, start the frontend:
```bash
Expand Down

0 comments on commit 4882cb6

Please sign in to comment.