diff --git a/README.md b/README.md index 5e075e8..1a38b1e 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Then load it in databases where you want to use it CREATE EXTENSION vector; ``` -You can also install it with [Docker](#docker), [Homebrew](#homebrew), or [PGXN](#pgxn) +You can also install it with [Docker](#docker), [Homebrew](#homebrew), [PGXN](#pgxn), or [conda-forge](#conda-forge) ## Getting Started @@ -257,6 +257,16 @@ Install from the [PostgreSQL Extension Network](https://pgxn.org/dist/vector) wi pgxn install vector ``` +### conda-forge + +Install from [conda-forge](https://anaconda.org/conda-forge/pgvector) with: + +```sh +conda install -c conda-forge pgvector +``` + +This method is community-maintained by [@mmcauliffe](https://github.com/mmcauliffe) + ## Hosted Postgres Some Postgres providers only support specific extensions. To request a new extension: