Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ sudo apt-get install -y python3-pysnmp4
sudo yum install python-pysnmp
```

## On OSX or Windows with Python installer (PIP)
## On MacOS or Windows with Python installer (PIP)

```
pip install pysnmp
pip install pysnmp==4.4.12
pip install pyasn1==0.4.8
```

# What it does
Expand Down