Skip to content

Commit

Permalink
Merge branch 'main' of github.com:netbox-community/netbox-napalm
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Apr 28, 2023
2 parents d480ca5 + cc7a756 commit 7a3915c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The features the plugin provides should be listed here.

## Compatibility

> :warning: **NetBox 3.5 Beta**: This plugin is for NetBox 3.5 (Beta)
> :warning: **NetBox 3.5**: This plugin is for NetBox 3.5
| NetBox Version | Plugin Version |
|----------------|----------------|
Expand All @@ -24,17 +24,15 @@ The features the plugin provides should be listed here.
For adding to a NetBox Docker setup see
[the general instructions for using netbox-docker with plugins](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins).

While this is still in development and not yet on pypi you can install with pip:

```no-highlight
$ source /opt/netbox/venv/bin/activate
(venv) pip install git+https://github.com/netbox-community/netbox-napalm
(venv) pip install netbox-napalm-plugin
```

or by adding to your `local_requirements.txt` or `plugin_requirements.txt` (netbox-docker):

```no-highlight
(venv) git+https://github.com/netbox-community/netbox-napalm
(venv) netbox-napalm-plugin
```

### Enable the Plugin
Expand Down

0 comments on commit 7a3915c

Please sign in to comment.