diff --git a/README.md b/README.md index 472b8c21..b72f88e5 100644 --- a/README.md +++ b/README.md @@ -56,10 +56,10 @@ 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] +pip install "bertopic[vision]" ``` ## Getting Started