installing netnirΒΆ

There are two ways to install netnir.

installing the python package via pip:

$ pip install netnir

installing the package from github:

$ git clone [email protected]:netdevops/netnir.git
$ cd netnir; ./setup.py install