Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddangelov committed Nov 10, 2020
1 parent f03cad7 commit 73fd4d3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ Installation
The easy way to install Top2Vec is:

pip install top2vec

To install pre-trained universal sentence encoder options:

pip install top2vec[sentence-encoders]

To install pre-trained BERT sentence transformer options:

pip install top2vec[sentence_transformers]


Usage
Expand Down

0 comments on commit 73fd4d3

Please sign in to comment.