From 44da0658943fa9d207a227341422e16158be861b Mon Sep 17 00:00:00 2001 From: Amit Singh Date: Sat, 18 Dec 2021 10:31:41 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04da1d8..afc3f7f 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Perform sentiment analysis on telegram chat messages. - Python 3.6 or above required. - Install all the packages mentioned in the [requirements.txt](https://github.com/imamitsingh/Telegram-Sentiment-Analysis/blob/main/requirements.txt) file using the pip3 command ``` - - pip3-install [package-name] + pip3 install "package-name" ```