Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

NAPALM INSTALL

apt-get update
apt-get install python -y
apt-get install build-essential libssl-dev libffi-dev -y
apt-get install python-pip -y
pip install cryptography
pip install netmiko
pip install napalm

You might also like