Jun-05-2020, 12:39 AM
(Jun-04-2020, 04:35 PM)Larz60+ Wrote: use pip to install modules. (All from command line)
first you must have a minimum of python 3.3 installed, also packages:
pyserial:pip install pyserial
textfsm:pip install textfsm
then:
from command line:pip install paramiko
netmiko:pip install netmiko
some of these may already be installed, to find out, from command line, type:
pip list
and see if they are listed.
Hi Larz60+
The modules are already installed in my machine. my problem is the module is not install in our company CMDS to where we perform the telnet/ssh to the device.