Skip to content

Commit 458e2e0

Browse files
authored
Update README.md
1 parent 2de0674 commit 458e2e0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,13 @@ Corresponding medium posts can be found [here](https://medium.com/data-science/t
5050

5151
## Installation
5252

53-
Installation, with sentence-transformers, can be done using [pypi](https://pypi.org/project/bertopic/):
53+
Installation, with sentence-transformers, can be done using [uv](https://docs.astral.sh/uv/):
54+
55+
```bash
56+
uv add bertopic
57+
```
58+
59+
or with [pip](https://github.com/pypa/pip):
5460

5561
```bash
5662
pip install bertopic
@@ -66,7 +72,7 @@ pip install bertopic[flair,gensim,spacy,use]
6672
pip install bertopic[vision]
6773
```
6874

69-
For a *light-weight installation* without transformers, UMAP and/or HDBSCAN (for training with Model2Vec or perhaps for inference), see [this tutorial](https://maartengr.github.io/BERTopic/getting_started/tips_and_tricks/tips_and_tricks.html#lightweight-installation).
75+
For a *light-weight installation* without transformers, UMAP and/or HDBSCAN (for training with Model2Vec or inference), see [this tutorial](https://maartengr.github.io/BERTopic/getting_started/tips_and_tricks/tips_and_tricks.html#lightweight-installation).
7076

7177
## Getting Started
7278
For an in-depth overview of the features of BERTopic

0 commit comments

Comments
 (0)