--- 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 ```