File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff 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
1525pip 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
You can’t perform that action at this time.
0 commit comments