Skip to content

Commit 8d6ad65

Browse files
committed
Update README
1 parent 7bc315b commit 8d6ad65

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,7 @@
1414

1515
# Quick Installation
1616

17-
TileDB-Vector-Search is available from either [PyPI](https://pypi.org/project/tiledb-vector-search/) with ``pip``:
18-
19-
```
20-
pip install tiledb-vector-search
21-
```
22-
23-
or from [conda-forge](https://anaconda.org/conda-forge/tiledb-vector-searcg) with
17+
Pre-built packages are available from the [tiledb conda channel](https://anaconda.org/tiledb/tiledb-vector-search) using
2418
[conda](https://conda.io/docs/) or [mamba](https://github.com/mamba-org/mamba#installation):
2519

2620
```
@@ -33,4 +27,4 @@ We welcome contributions. Please see [`Building`](Building.md) for
3327
development-build instructions. For large new
3428
features, please open an issue to discuss goals and approach in order
3529
to ensure a smooth PR integration and review process. All contributions
36-
must be licensed under the repository's [MIT License](../LICENSE).
30+
must be licensed under the repository's [MIT License](../LICENSE).

documentation/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,17 @@
1414

1515
# Quick Installation
1616

17-
TileDB-Vector-Search is available from either [PyPI](https://pypi.org/project/tiledb-vector-search/) with ``pip``:
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)
1819

1920
```
20-
pip install tiledb-vector-search
21+
conda install -c tiledb tiledb-vector-search
2122
```
2223

23-
~~or from the [tiledb conda channel](https://anaconda.org/tiledb/tiledb-vector-search) with
24-
[conda](https://conda.io/docs/) or [mamba](https://github.com/mamba-org/mamba#installation)~~ (Pending 🚧):
24+
~~Or [PyPI](https://pypi.org/project/tiledb-vector-search/) with ``pip``~~: (Pending 🚧)
2525

2626
```
27-
conda install -c tiledb tiledb-vector-search
27+
pip install tiledb-vector-search
2828
```
2929

3030
# Contributing
@@ -33,4 +33,4 @@ We welcome contributions. Please see [`Building`](Building.md) for
3333
development-build instructions. For large new
3434
features, please open an issue to discuss goals and approach in order
3535
to ensure a smooth PR integration and review process. All contributions
36-
must be licensed under the repository's [MIT License](../LICENSE).
36+
must be licensed under the repository's [MIT License](../LICENSE).

0 commit comments

Comments
 (0)