* paramiko library - SSHv2 protocol library for python\r
** To install on RHEL 6.1, run: yum install python-paramiko\r
* ncclient v0.3.1 - Python library for NETCONF clients \r
- ** RedHat does not provide a package for ncclient in RHEL 6.1. \r
- ** See http://schmizz.net/ncclient/ for documentation and downloads. \r
+ ** RedHat does not provide a package for ncclient in RHEL 6.1. Here is how\r
+ to get it, from your shell prompt do:\r
+\r
+ git clone git@github.com:ddutta/ncclient.git \r
+ sudo python ./setup.py install\r
+\r
+ ** For more information of ncclient, see:\r
+ http://schmizz.net/ncclient/\r
\r
To verify the version of any package you have installed on your system,\r
run "rpm -qav | grep <package name>", where <package name> is the \r