Installation ============ Tools ----- You'll need a few tools: * Python * `pip `_: The PyPA recommended tool for installing Python packages * `VirtualBox `_: a software virtualization tool * `Vagrant `_: a command line utility for managing the lifecycle of virtual machines As the focus of this tutorial is NAPALM, we don't even scratch the surface of these tools. If you're not familiar with them, please do some research [#f1]_ as they will be an important part of your development/ops toolkit. Install ------- Install NAPALM with pip:: pip install napalm .. [#f1] Vagrant's `getting started guide `_ is worth reading and working through.