Skip to content
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
Loading