Netaddr installation

The netaddr module can be installed using pip, as shown in the following command:

pip install netaddr

As a verification for successfully installing the module, you could open PyCharm or the Python console and import the module after installation. If there is no error produced, then the module installed successfully:

python>>>import netaddr

Get Hands-On Enterprise Automation with Python. now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.