From 84660a128fd61da451058c4919b7bba8e3b0cc9a Mon Sep 17 00:00:00 2001 From: Danila Vershinin Date: Thu, 25 Jul 2019 17:08:02 +0300 Subject: [PATCH] Update README.md Blindly using `pip` against system Python packages in RHEL based systems is a direct recipe to disaster. Added notes about the existing prebuilt package. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f416832..61b2cc0 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ Right now Gixy can find: You can find things that Gixy is learning to detect at [Issues labeled with "new plugin"](https://github.com/yandex/gixy/issues?q=is%3Aissue+is%3Aopen+label%3A%22new+plugin%22) # Installation + +## RHEL/CentOS 7 + + yum install https://extras.getpagespeed.com/release-el7-latest.rpm + yum install gixy + +## Other systems + Gixy is distributed on [PyPI](https://pypi.python.org/pypi/gixy). The best way to install it is with pip: ```bash pip install gixy