Skip to content

Commit aba2aa8

Browse files
author
Hariom Vyas
authored
Update README.md
1 parent 2d08086 commit aba2aa8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

projects/Spell_checker/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ Here, you can input any word and check if it is having a correct spelling or not
44

55
### Prerequisites
66
<!--Remove the below lines and add yours -->
7-
First thing which you need to install is #####textblob library
7+
First thing which you need to install is textblob library
8+
<!--Install library-->
89
####pip install textblob
10+
<!--For jupyter nb-->
911
You need to run this command in your terminal or your ide terminal.
12+
<!--for jp nb-->
1013
If you are using Jupyter Notebook you need to use the below command
14+
<!--for jp nb-->
1115
####import sys
16+
<!--command-->
1217
####!{sys.executable} -m pip install textblob
1318

1419
### How to run the script

0 commit comments

Comments
 (0)