mirror of https://github.com/kortix-ai/suna.git
Merge pull request #291 from ravisojitra/update-readme-installation-instruction
updated readme installation and start backend instruction
This commit is contained in:
commit
4f3e12dac7
|
@ -215,7 +215,7 @@ npm install
|
|||
|
||||
# Install backend dependencies
|
||||
cd ../backend
|
||||
pip install -r requirements.txt
|
||||
poetry install
|
||||
```
|
||||
|
||||
6. **Start the application**:
|
||||
|
@ -229,7 +229,7 @@ npm run dev
|
|||
In another terminal, start the backend:
|
||||
```bash
|
||||
cd backend
|
||||
python api.py
|
||||
poetry run python3.11 api.py
|
||||
```
|
||||
|
||||
5-6. **Docker Compose Alternative**:
|
||||
|
|
Loading…
Reference in New Issue