Skip to content

Commit 595d873

Browse files
committed
Be more explicit with how to get the Python modules.
1 parent 85ddb74 commit 595d873

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

snmp_entity/README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,18 @@ This script has been tested with Python 2.7, and requires the following non-defa
2525

2626
* net-snmp's netsnmp module (see http://net-snmp.sourceforge.net/wiki/index.php/Python_Bindings)
2727

28-
NOTE: On Ubuntu and Debian, this package is python-netsnmp
29-
On CentOS, this is net-snmp-python
28+
Ubuntu or Debian:
29+
30+
```
31+
$ sudo apt-get install python-netsnmp
32+
```
33+
34+
CentOS:
35+
36+
```
37+
$ yum install net-snmp-python
38+
```
39+
40+
FreeBSD:
41+
42+
Install `/usr/ports/net-mgmt/net-snmp` and make sure the PYTHON option is enabled.

0 commit comments

Comments
 (0)