mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-09 14:57:59 -05:00
Update README.md (#403)
This commit is contained in:
@@ -41,6 +41,10 @@ python -m pipenv install -v
|
|||||||
python -m pipenv shell
|
python -m pipenv shell
|
||||||
uvicorn opendevin.server.listen:app --port 3000
|
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:
|
Then, in a second terminal, start the frontend:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user