From 4b76b00ca29a25404b1105ef6c4c93ca575edaa2 Mon Sep 17 00:00:00 2001 From: ksingh7 Date: Sat, 26 Mar 2016 20:11:24 +0200 Subject: [PATCH] Fix for issue #96 CBT requires python-lxml libraries, so its a good idea to add this in documentation under prerequisite section.With this commit documentation has been fixed. Closes #95 Signed-off-by: ksingh7 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5ea91c2..09165424 100644 --- a/README.md +++ b/README.md @@ -53,10 +53,11 @@ CBT uses several libraries and tools to run: 1. python-yaml - A YAML library for python used for reading configuration files. - 2. ssh (and scp) - remote secure command executation and data + 2. python-lxml - Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API + 3. ssh (and scp) - remote secure command executation and data transfer - 3. pdsh (and pdcp) - a parallel ssh and scp implementation - 4. ceph - A scalable distributed storage system + 4. pdsh (and pdcp) - a parallel ssh and scp implementation + 5. ceph - A scalable distributed storage system Note that pdsh is not packaged for RHEL7 and CentOS 7 based distributations at this time, though the rawhide pdsh packages install and are usable. The