Skip to content

Commit

Permalink
Merge pull request #82 from jvanderaa/update_install_docs
Browse files Browse the repository at this point in the history
Documentation Updates
  • Loading branch information
dgarros authored Aug 18, 2020
2 parents edb12af + c438b82 commit 9cdb6d2
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,20 @@ The goal of this plugin is not to import everything about a device into NetBox b

## Installation

The plugin is available as a Python package in pypi and can be installed with pip
If using the installation pattern from the NetBox Documentation, you will need to activate the
virtual environment before installing so that you install the package into the virtual environment.

```shell
cd /opt/netbox
source venv/bin/activate
```

The plugin is available as a Python package in pypi and can be installed with pip. Once the
installation is completed, then NetBox and the NetBox worker must be restarted.

```shell
pip install ntc-netbox-plugin-onboarding
systemctl restart netbox netbox-rq
```

> The plugin is compatible with NetBox 2.8.1 and higher
Expand Down

0 comments on commit 9cdb6d2

Please sign in to comment.