June 2018
Intermediate to advanced
398 pages
9h
English
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
Read now
Unlock full access