Hands-On Enterprise Automation with Python.
上QQ阅读APP看书,第一时间看更新

Installation and verification

To install netmiko, open the Windows cmd or Linux shell and execute the following command to get the latest package from PyPI:

pip install netmiko

Then import netmiko from the Python shell to make sure the module is correctly installed into Python site-packages:

$python
>>>import netmiko