﻿---
title: Installation
description: Eland can be installed with pip from PyPI. We recommend using a virtual environment when installing with pip: Alternatively, Eland can be installed with...
url: https://www.elastic.co/elastic/docs-builder/docs/3028/reference/elasticsearch/clients/eland/installation
products:
  - Eland
  - Elasticsearch Client
---

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