From 814dd03699d6294ddc96289bd8d82ceeda549354 Mon Sep 17 00:00:00 2001 From: Ravi Sojitra Date: Tue, 13 May 2025 00:56:03 +0530 Subject: [PATCH] updated readme installation and start backend instruction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ea9b1dae..978b71f8 100644 --- a/README.md +++ b/README.md @@ -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**: