This lesson is part of the Network Configuration with Netmiko Course.
In this lesson, we will cover:
- How to install Netmiko.
- How to install the local hands-on environment.
- Details of the hands-on lab for the course.
To help you get hands-on and learn Netmiko, this course provides you with the code, examples and lab to help you practise and hone your Netmiko skills!
Let's go…
Installing Netmiko
Netmiko can be installed via the Python package manager - pip. Like so,
pip3 install netmiko
However, we will shortly install Netmiko during the deployment of our local environment, so feel free to skip the pip install …
step.
Download Code
First, clone the following repo:
git clone git@github.com:packetcoders/netmiko-course.git
cd netmiko-course