mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
17 lines
649 B
Plaintext
17 lines
649 B
Plaintext
[[installation]]
|
|
== Installation
|
|
|
|
Eland can be installed with https://pip.pypa.io[pip] from https://pypi.org/project/eland[PyPI]. We recommend https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/[using a virtual environment] when installing with pip:
|
|
|
|
[source,sh]
|
|
-----------------------------
|
|
$ python -m pip install eland
|
|
-----------------------------
|
|
|
|
Alternatively, Eland can be installed with https://docs.conda.io[Conda] from https://anaconda.org/conda-forge/eland[Conda Forge]:
|
|
|
|
[source,sh]
|
|
------------------------------------
|
|
$ conda install -c conda-forge eland
|
|
------------------------------------
|