* 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. Here is how\r
- to get it, from your shell prompt do:\r
+ ** You need a version of ncclient modifed by Cisco Systems.\r
+ To get it, from your shell prompt do:\r
\r
- git clone git@github.com:ddutta/ncclient.git \r
+ git clone git@github.com:CiscoSystems/ncclient.git\r
sudo python ./setup.py install\r
\r
** For more information of ncclient, see:\r