Merge pull request #291 from ravisojitra/update-readme-installation-instruction

updated readme installation and start backend instruction
This commit is contained in:
Marko Kraemer 2025-05-13 15:05:14 +02:00 committed by GitHub
commit 4f3e12dac7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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**: