# Is there a way to install Elasticsearch Curator offline?

**URL:** https://discuss.elastic.co/t/is-there-a-way-to-install-elasticsearch-curator-offline/82
**Category:** Elasticsearch
**Created:** [May 1, 2015, 6:27am UTC](https://discuss.elastic.co/t/is-there-a-way-to-install-elasticsearch-curator-offline/82 "2015-05-01T06:27:59Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![robyn](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@robyn](https://discuss.elastic.co/u/robyn)
#### Post date: [May 1, 2015, 6:28am UTC](https://discuss.elastic.co/t/is-there-a-way-to-install-elasticsearch-curator-offline/82/1 "2015-05-01T06:28:00Z")

</div>

To install [Elasticsearch Curator](http://www.elasticsearch.org/blog/curator-tending-your-time-series-indices/) offline, you will first need to have [pip](https://pypi.python.org/pypi/pip) installed on the offline host. Then you will be able to install Curator by following the procedure below:

1. Download the required packages on a online host using wget:

2. Copy the packages over to the offline host

3. Login to the offline host and install the copied packages using pip.

Note that argparse needs to be installed only if python version is \< 2.7.

Also version of the packages in wget commands reflect current version at this time.

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [July 6, 2017, 12:16am UTC](https://discuss.elastic.co/t/is-there-a-way-to-install-elasticsearch-curator-offline/82/2 "2017-07-06T00:16:20Z")

</div>


