Skip to content

Commit 9999b8b

Browse files
authored
Update README.md with updated pip (#89)
* Update README.md - Expanded compatibility matrix, and added @abhi1693 to the maintainers.
1 parent 7c2af62 commit 9999b8b

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,40 @@ All credit should go to Jeremy. Thanks, Jeremy!
2323

2424
This project just looks to build on top of this framework and model presented.
2525

26+
## Contributing
27+
28+
This project is currently maintained jointly by:
29+
30+
* [Abhimanyu Saharan](https://github.com/abhi1693)
31+
* [Ryan Merolle](https://github.com/ryanmerolle)
32+
33+
See the [CONTRIBUTING](CONTRIBUTING.md) for more information.
34+
2635
## Compatibility
2736

28-
This plugin was first developed using 3.2.5, and tested with all of 3.2.
37+
Each Plugin Version listed below has been tested with its corresponding NetBox Version.
2938

3039
| NetBox Version | Plugin Version |
3140
|----------------|----------------|
3241
| 3.2 | 1.0.1 |
3342
| 3.3 | 1.1.0 |
43+
| 3.4 | Coming Soon |
3444

3545
## Installing
3646

3747
For adding to a NetBox Docker setup see
3848
[the general instructions for using netbox-docker with plugins](https://github.com/netbox-community/netbox-docker/wiki/Using-Netbox-Plugins).
3949

40-
While this is still in development and not yet on pypi you can install with pip:
50+
You can install with pip:
4151

4252
```bash
43-
pip install git+https://github.com/ryanmerolle/netbox-acls.git@dev
53+
pip install netbox-acls
4454
```
4555

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

4858
```bash
49-
git+https://github.com/ryanmerolle/netbox-acls.git@dev
59+
netbox-acls
5060
```
5161

5262
Enable the plugin in `/opt/netbox/netbox/netbox/configuration.py`,

0 commit comments

Comments
 (0)