Skip to content

Commit a39c5b2

Browse files
authored
Update README.md
1 parent ab0463b commit a39c5b2

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ Document clustering is a gathering of textual content documents into groups or c
99
## Install libraries / Set up environment
1010
- [Jupyter Notebook](https://jupyter.org/install)
1111
- [Anaconda](https://docs.anaconda.com/anaconda/install/)
12-
- [NLTK](https://www.nltk.org/install.html/)
13-
- gensim installation command in jupyter notebook - !pip install --upgrade gensim
14-
<br>
15-
numpy, pandas, matplotlib, scikitlearn are already included in Anaconda. <br>
12+
- [NLTK](https://www.nltk.org/install.html/)<br>
13+
- gensim installation command in jupyter notebook
14+
```sh
15+
$ !pip install --upgrade gensim
16+
```
17+
- numpy, pandas, matplotlib, scikitlearn are already included in Anaconda. <br>
1618

1719
<h2>How to run the code</h2>
1820
1) Clone this repository and open the notebook in jupyter notebook.<br>

0 commit comments

Comments
 (0)