Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dnsviz/dnsviz.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCasey Deccio <casey@deccio.net>2019-01-19 07:01:22 +0300
committerCasey Deccio <casey@deccio.net>2019-01-19 07:01:22 +0300
commit3b42c7a3f10a7cabf96b588f48fd960af0a9d45b (patch)
treed0da6b4a6f7aa005b64146c1ca848734cd400019
parent884174e09539f6ef47cc0dee14a2e3982e51ab4a (diff)
Use only pygraphviz 1.2 for RHEL6/RHEL7
RHEL6 only has python2.6, which is not supported by pygraphviz > 1.2
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 833d39a..f0bf0a0 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ Install pygraphviz and M2Crypto, after installing their build dependencies.
```
$ sudo yum install python-setuptools gcc python-devel graphviz-devel openssl-devel
$ sudo easy_install pbr
-$ sudo easy_install m2crypto pygraphviz
+$ sudo easy_install m2crypto pygraphviz==1.2
```
(RHEL6 only) Install the EPEL repository, and the necessary python libraries