From b1af671a9d02ecb5de73be0d46d7a7b76d1c25d3 Mon Sep 17 00:00:00 2001 From: Emerald Henry <87782037+henrii1@users.noreply.github.com> Date: Sun, 3 Dec 2023 13:38:49 -0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e24340..8abcc90 100644 --- a/README.md +++ b/README.md @@ -37,13 +37,13 @@ This repository contains the source code for a Text Summarization Application th 1. **Clone the Repository:** ```bash - git clone https://github.com/your-username/your-repo-name.git - cd your-repo-name + git clone https://github.com/henrii1/NLP_Text_summarization_huggingface.git + cd your-NLP_Text_smmarization_huggingface ``` -2. **Install Dependencies:** +2. **Install Dependencies, Lint, Format and Test:** ```bash - pip install -r requirements.txt + make all ``` 3. **Run the Application:**