1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Tweaked installation docs to better accommodate Python 3

This commit is contained in:
Jeremy Stretch
2017-08-09 14:19:33 -04:00
parent babe42ef35
commit 8fb504c963
2 changed files with 14 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ Python 2:
As of v2.1.0, NetBox supports integration with the [NAPALM automation](https://napalm-automation.net/) library. NAPALM allows NetBox to fetch live data from devices and return it to a requester via its REST API. Installation of NAPALM is optional. To enable it, install the `napalm` package using pip or pip3:
```no-highlight
# pip install napalm
# pip3 install napalm
```
# Configuration