Skip to content

Commit

Permalink
Remove commas from pip install reference (#1850)
Browse files Browse the repository at this point in the history
  • Loading branch information
luisoala authored Mar 3, 2024
1 parent 41fb36d commit b59aab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ If you want to install BERTopic with other embedding models, you can choose one

```bash
# Choose an embedding backend
pip install bertopic[flair, gensim, spacy, use]
pip install bertopic[flair,gensim,spacy,use]

# Topic modeling with images
pip install bertopic[vision]
Expand Down

0 comments on commit b59aab8

Please sign in to comment.