Skip to content

Installation

Option 1: Install from PyPI.

pip install nornir-pyntc

Option 2: Manually install via Poetry.

git clone https://github.com/networktocode/nornir-pyntc.git
cd nornir-pyntc
pip install poetry
poetry install

Option 3: Install from a GitHub branch, such as develop as shown below.

$ pip install git+https://github.com/networktocode/nornir-pyntc.git@develop