Skip to content

Commit c8acc9a

Browse files
authored
Merge pull request #43 from jissereitsma/patch-1
Update usage.md
2 parents 159c0ff + 81529e7 commit c8acc9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/usage.md

+5
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,8 @@ PATH=/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin
7979
8080
0 2 * * * root flock -n ~/.mwscan.lock mwscan --newonly --quiet /data/web | ts | tee -a /var/log/mwscan.log | ifne mail -s "Malware found at $(hostname)" -a 'From: Malware Scanner <[email protected]>' $MAILTO
8181
```
82+
## Troubleshooting
83+
## pkg_resources.DistributionNotFound: requests
84+
When you receive the error `pkg_resources.DistributionNotFound: requests` try to upgrade the `request` package as follows:
85+
86+
easy_install --upgrade requests

0 commit comments

Comments
 (0)