From 311eaa3084f851f333970a200e416cce4e0d4b8e Mon Sep 17 00:00:00 2001 From: vignesh14052002 Date: Thu, 9 Oct 2025 10:48:04 +0530 Subject: [PATCH] fix backend installation instruction --- backend/README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index 1ab091216..e0eca0a92 100644 --- a/backend/README.md +++ b/backend/README.md @@ -16,9 +16,14 @@ Follow these steps to set up and run the project locally: > cd llm-graph-builder -2. Install Dependency : +2. Create venv and activate it -> pip install -t requirements.txt +> python -m venv .venv +> source .venv/bin/activate + +3. Install Dependencies : + +> pip install -r requirements.txt ## Run backend project using unicorn Run the server: