Skip to content

Commit 072e7d1

Browse files
authored
Update README.md
1 parent 963d47a commit 072e7d1

File tree

1 file changed

+6
-6
lines changed
  • NLP-Sentiment-analysis-using-Machine-Learning-and-flask-master

1 file changed

+6
-6
lines changed

NLP-Sentiment-analysis-using-Machine-Learning-and-flask-master/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ It analyses everyday language that we used in communication and produces number
1414
"We were unable to retrieve the data by pressing the request button" ---> Text Classification ---> Database Issue
1515

1616
## Required Libreries:
17-
#### You need to install in your terminal:
17+
### You need to install in your terminal:
1818

19-
pip install flask
20-
pip install textblob
21-
pip install flask_bootstrap
19+
##### pip install flask
20+
##### pip install textblob
21+
##### pip install flask_bootstrap
2222

23-
#### Then run the application:
23+
### Then run the application:
2424

25-
python app.py
25+
##### python app.py

0 commit comments

Comments
 (0)