From 5ebd5168c1864406fe98e2aa05a76f7b9ab14eef Mon Sep 17 00:00:00 2001 From: Nikil Patel Date: Wed, 5 Feb 2025 23:12:35 +0000 Subject: [PATCH] Update README.md added quotes in pip installation commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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