Skip to content

Commit e6029cf

Browse files
sarthakpatiaksg87
authored andcommitted
added conda installation instructions and badge
1 parent 3dff0d3 commit e6029cf

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
# LangExtract
88

99
[![PyPI version](https://img.shields.io/pypi/v/langextract.svg)](https://pypi.org/project/langextract/)
10+
[![Conda version](https://img.shields.io/conda/v/conda-forge/langextract?color=green)](https://anaconda.org/conda-forge/langextract)
1011
[![GitHub stars](https://img.shields.io/github/stars/google/langextract.svg?style=social&label=Star)](https://github.com/google/langextract)
1112
![Tests](https://github.com/google/langextract/actions/workflows/ci.yaml/badge.svg)
1213

@@ -158,6 +159,12 @@ This approach can extract hundreds of entities from full novels while maintainin
158159
pip install langextract
159160
```
160161

162+
### From Conda
163+
164+
```bash
165+
conda install conda-forge::langextract
166+
```
167+
161168
*Recommended for most users. For isolated environments, consider using a virtual environment:*
162169

163170
```bash

0 commit comments

Comments
 (0)