Skip to content

Commit

Permalink
Fix for issue #96
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ksingh7 authored and Mark Nelson committed Mar 28, 2016
1 parent f030062 commit 4b76b00
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b76b00

Please sign in to comment.