From ac9f39000b0837d9acfa897b019e768f087a9e67 Mon Sep 17 00:00:00 2001 From: Austin Senich Date: Thu, 10 Oct 2024 11:07:18 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb894e1..7a068d8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This Python script gathers replacement request data from Freshservice for the la 1. Install Python 3.8 or above. 2. Install required packages: -`pip install requests ollama` +`pip install requests ollama tqdm` ## Running the Script