Skip to content

Commit 9cdb6d2

Browse files
authored
Merge pull request #82 from jvanderaa/update_install_docs
Documentation Updates
2 parents edb12af + c438b82 commit 9cdb6d2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,20 @@ The goal of this plugin is not to import everything about a device into NetBox b
1010

1111
## Installation
1212

13-
The plugin is available as a Python package in pypi and can be installed with pip
13+
If using the installation pattern from the NetBox Documentation, you will need to activate the
14+
virtual environment before installing so that you install the package into the virtual environment.
15+
16+
```shell
17+
cd /opt/netbox
18+
source venv/bin/activate
19+
```
20+
21+
The plugin is available as a Python package in pypi and can be installed with pip. Once the
22+
installation is completed, then NetBox and the NetBox worker must be restarted.
23+
1424
```shell
1525
pip install ntc-netbox-plugin-onboarding
26+
systemctl restart netbox netbox-rq
1627
```
1728

1829
> The plugin is compatible with NetBox 2.8.1 and higher

0 commit comments

Comments
 (0)