From b2c503867557441ec68f88988d550add661c2886 Mon Sep 17 00:00:00 2001 From: Mohammad Date: Wed, 9 Dec 2020 02:46:53 +0330 Subject: [PATCH] modify README.md add (how to run) section. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3d9ca51..6ba2893 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ A program for counting the number of words(word tokenize) in PDF files. **It should be noted that this program does not detect scanned files.** -##Installation -You must have the following libraries installed before running: -+ PyPDF2 -+ nltk +## How to run +To run this file; Just use steps below: ++ Install `python3`, `pip`, `PyPDF2`, `nltk`. ++ Clone the project Word_counter ## Table Of Contents - [NLTK library to identify stopwords](/corpora)