Napalm plugin: Local_requirements.txt not present #14595
-
Hi @ all! Am I right in assuming that if this file does not exist in /opt/netbox, where the requirements.txt is already located, that I can simply create it empty and fill it with the entry via (venv) "netbox-napalm-plugin"? TIA! Merry Christmas |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, just create |
Beta Was this translation helpful? Give feedback.
Yes, just create
/opt/netbox/local_requirements.txt
with the names of the packages you want to install, one per line. Then run./upgrade.sh
to rebuild your environment, which will include those packages.