From 727ba681d7c449ff692e2a62dd85280bb3f8a307 Mon Sep 17 00:00:00 2001
From: unknown <ankush.mehta@solvei8.com>
Date: Thu, 12 Jun 2025 15:21:01 +0530
Subject: [PATCH] update README

---
 README.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/README.md b/README.md
index e69de29..9dcd88e 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,27 @@
+# Project Setup
+
+## 1. Clone the Repository
+```bash
+git clone https://git.everydayseries.io/ankush/pricer-agent.git
+cd pricer-agent
+```
+
+## 2. Install Requirements
+```bash
+pip install -r requirements.txt
+```
+
+## 3. Download Pickle Files
+
+https://drive.google.com/drive/folders/1f_IZGybvs9o0J5sb3xmtTEQB3BXllzrW?usp=drive_link
+
+## 4. Setup Environment Variables
+Create a .env file in the root directory with the following variables:
+
+```
+GROQ_API_KEY=your_groq_api_key
+TWILIO_ACCOUNT_SID=your_twilio_sid
+TWILIO_AUTH_TOKEN=your_twilio_auth_token
+```
+
+