From 1f09a788f37efe6a2c2f269b2ea1e756429fc093 Mon Sep 17 00:00:00 2001 From: pawelzalewski <101481679+pawelzalewski@users.noreply.github.com> Date: Tue, 22 Aug 2023 16:37:42 +0200 Subject: [PATCH] Update README.md pysnmp package was missing --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a39cd6..eed92df 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Script for automatically discovering network devices and adding them to NetBox. ## Dependencies As root -`pip3 install pynetbox toml lxml python-nmap` +`pip3 install pynetbox toml lxml python-nmap pysnmp` `apt install nmap` ## Setup @@ -34,4 +34,4 @@ optional arguments: ## Author Victor Golovanenko ([drygdryg](https://github.com/drygdryg)) ## Acknowledgements -Thanks to [Raymond Beaudoin](https://github.com/synackray) for the ideas and mechanisms implemented in [vcenter-netbox-sync](https://github.com/synackray/vcenter-netbox-sync) \ No newline at end of file +Thanks to [Raymond Beaudoin](https://github.com/synackray) for the ideas and mechanisms implemented in [vcenter-netbox-sync](https://github.com/synackray/vcenter-netbox-sync)