File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 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
158159pip 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
You can’t perform that action at this time.
0 commit comments