Update README.md with note about installing extras for NLP (#582)

This commit is contained in:
David Kyle 2023-08-31 10:34:36 +01:00 committed by GitHub
parent f14bbaf4b0
commit 95864a9ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,6 +41,11 @@ Eland can be installed from [PyPI](https://pypi.org/project/eland) with Pip:
$ python -m pip install eland
```
If using Eland to upload NLP models to Elasticsearch install the PyTorch extras:
```bash
$ python -m pip install eland[pytorch]
```
Eland can also be installed from [Conda Forge](https://anaconda.org/conda-forge/eland) with Conda:
```bash