Skip to content

Commit 0346dc9

Browse files
authored
Merge pull request #44 from ryanmerolle/rm-issue-41
added directions for local_requirements.txt
2 parents d836f42 + 46e8a3e commit 0346dc9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ The plugin is available as a Python package in pypi and can be installed with pi
1515
pip install ntc-netbox-plugin-onboarding
1616
```
1717

18+
To ensure NetBox Onboarding plugin is automatically re-installed during future upgrades, create a file named `local_requirements.txt` (if not already existing) in the NetBox root directory (alongside `requirements.txt`) and list the `ntc-netbox-plugin-onboarding` package:
19+
20+
```no-highlight
21+
# echo ntc-netbox-plugin-onboarding >> local_requirements.txt
22+
```
23+
1824
Once installed, the plugin needs to be enabled in your `configuration.py`
1925
```python
2026
# In your configuration.py

0 commit comments

Comments
 (0)