Tiny change to the README file, instructions on how to get ncclient.
This commit is contained in:
parent
d5d7f3df5f
commit
582f1a486a
@ -48,8 +48,14 @@ NX-OS version and packages to enable Nexus support:
|
|||||||
* paramiko library - SSHv2 protocol library for python
|
* paramiko library - SSHv2 protocol library for python
|
||||||
** To install on RHEL 6.1, run: yum install python-paramiko
|
** To install on RHEL 6.1, run: yum install python-paramiko
|
||||||
* ncclient v0.3.1 - Python library for NETCONF clients
|
* ncclient v0.3.1 - Python library for NETCONF clients
|
||||||
** RedHat does not provide a package for ncclient in RHEL 6.1.
|
** RedHat does not provide a package for ncclient in RHEL 6.1. Here is how
|
||||||
** See http://schmizz.net/ncclient/ for documentation and downloads.
|
to get it, from your shell prompt do:
|
||||||
|
|
||||||
|
git clone git@github.com:ddutta/ncclient.git
|
||||||
|
sudo python ./setup.py install
|
||||||
|
|
||||||
|
** For more information of ncclient, see:
|
||||||
|
http://schmizz.net/ncclient/
|
||||||
|
|
||||||
To verify the version of any package you have installed on your system,
|
To verify the version of any package you have installed on your system,
|
||||||
run "rpm -qav | grep <package name>", where <package name> is the
|
run "rpm -qav | grep <package name>", where <package name> is the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user