Skip to content

Commit 49e74ef

Browse files
authored
Update installation instructions (#67)
1 parent 47c7ec4 commit 49e74ef

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,22 @@ You can find further documentation [here](docs/index.md).
1010

1111
## Installation
1212

13-
1. Add `netboxlabs_netbox_custom_objects` to `PLUGINS` in `configuration.py`.
13+
1. Install the NetBox Custom Objects package.
14+
15+
```
16+
pip install netboxlabs-netbox-custom-objects
17+
```
18+
19+
2. Add `netboxlabs_netbox_custom_objects` to `PLUGINS` in `configuration.py`.
1420

1521
```python
1622
PLUGINS = [
1723
# ...
18-
'netboxlabs_netbox_custom_objects',
24+
'netbox_custom_objects',
1925
]
2026
```
2127

22-
2. Run NetBox migrations:
28+
3. Run NetBox migrations:
2329

2430
```
2531
$ ./manage.py migrate

0 commit comments

Comments
 (0)