File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 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
3327development-build instructions. For large new
3428features, please open an issue to discuss goals and approach in order
3529to 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 ) .
Original file line number Diff line number Diff line change 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
3333development-build instructions. For large new
3434features, please open an issue to discuss goals and approach in order
3535to 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 ) .
You can’t perform that action at this time.
0 commit comments