mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
20 lines
631 B
Markdown
20 lines
631 B
Markdown
---
|
|
mapped_pages:
|
|
- https://www.elastic.co/guide/en/elasticsearch/client/eland/current/installation.html
|
|
---
|
|
|
|
# Installation [installation]
|
|
|
|
Eland can be installed with [pip](https://pip.pypa.io) from [PyPI](https://pypi.org/project/eland). We recommend [using a virtual environment](https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/) when installing with pip:
|
|
|
|
```sh
|
|
$ python -m pip install eland
|
|
```
|
|
|
|
Alternatively, Eland can be installed with [Conda](https://docs.conda.io) from [Conda Forge](https://anaconda.org/conda-forge/eland):
|
|
|
|
```sh
|
|
$ conda install -c conda-forge eland
|
|
```
|
|
|