Skip to content

Commit

Permalink
Merge pull request #267 from nsano-rururu/fix_docs_python_package
Browse files Browse the repository at this point in the history
Fix docs python package
  • Loading branch information
jertel authored Jun 12, 2021
2 parents 68b2d0a + f889b9b commit 60604bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/source/running_elastalert.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,11 +118,10 @@ Requirements
- Elasticsearch
- ISO8601 or Unix timestamped data
- Python 3.9
- pip, see requirements.txt
- Packages on Ubuntu 18.x: build-essential python3-pip python3.6 python3.6-dev libffi-dev libssl-dev
- Packages on Ubuntu 20.x: build-essential python3-pip python3.6 python3.6-dev libffi-dev libssl-dev
- Packages on CentOS 7.x: 'Development Tools' python3-pip python36 python3-devel python3-libs python3-setuptools libffi-devel openssl-devel
- Packages on CentOS 8.x: 'Development Tools' python3-pip python36 python3-devel python3-setuptools python3-libs libffi-devel openssl-devel
- pip
- Packages on Ubuntu 21.x: build-essential python3-pip python3.9 python3.9-dev libffi-dev libssl-dev

If you want to install python 3.9 on CentOS, please install python 3.9 from the source code after installing 'Development Tools'.

Downloading and Configuring
---------------------------
Expand Down

0 comments on commit 60604bf

Please sign in to comment.