diff --git a/README.md b/README.md index 0f5e7602..d7973082 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ # LangExtract [![PyPI version](https://img.shields.io/pypi/v/langextract.svg)](https://pypi.org/project/langextract/) +[![Conda version](https://img.shields.io/conda/v/conda-forge/langextract?color=green)](https://anaconda.org/conda-forge/langextract) [![GitHub stars](https://img.shields.io/github/stars/google/langextract.svg?style=social&label=Star)](https://github.com/google/langextract) ![Tests](https://github.com/google/langextract/actions/workflows/ci.yaml/badge.svg) [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17015089.svg)](https://doi.org/10.5281/zenodo.17015089) @@ -166,6 +167,12 @@ See an example of the Vertex AI Batch API usage in [this example](docs/examples/ pip install langextract ``` +### From Conda + +```bash +conda install conda-forge::langextract +``` + *Recommended for most users. For isolated environments, consider using a virtual environment:* ```bash