You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/index.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,24 @@
14
14
15
15
# Quick Installation
16
16
17
-
TileDB-Vector-Search is available from the [tiledb conda channel](https://anaconda.org/tiledb/tiledb-vector-search) with
18
-
[conda](https://conda.io/docs/) or [mamba](https://github.com/mamba-org/mamba#installation)
17
+
TileDB-Vector-Search is available from [PyPI](https://pypi.org/project/tiledb-vector-search/) or the [tiledb conda channel](https://anaconda.org/tiledb/tiledb-vector-search).
18
+
19
+
To install from [PyPI](https://pypi.org/project/tiledb-vector-search/) with ``pip``, use:
19
20
20
21
```
21
-
conda install -c tiledb tiledb-vector-search
22
+
pip install tiledb-vector-search
22
23
```
23
24
24
-
~~Or [PyPI](https://pypi.org/project/tiledb-vector-search/) with ``pip``~~: (Pending 🚧)
25
+
To install from [conda](https://anaconda.org/tiledb/tiledb-vector-search), use conda or [mamba](https://mamba.readthedocs.io/en/latest/):
0 commit comments