File: python-source.md

package info (click to toggle)
elasticsearch-curator 8.0.21-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,716 kB
  • sloc: python: 17,838; makefile: 159; sh: 156
file content (16 lines) | stat: -rw-r--r-- 451 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
mapped_pages:
  - https://www.elastic.co/guide/en/elasticsearch/client/curator/current/python-source.html
---

# Installation from source [python-source]

Installing or Curator from source tarball (rather than doing a `git clone`) is also possible.

Download and install Curator from tarball:

1. `wget https://github.com/elastic/curator/archive/v``8.0.17.tar.gz -O elasticsearch-curator.tar.gz`
2. `pip install elasticsearch-curator.tar.gz`