krmaxwell / maltrieve

A tool to retrieve malware directly from the source for security researchers.
GNU General Public License v3.0
563 stars 184 forks source link

Usage information in readme #53

Closed jcran closed 10 years ago

jcran commented 10 years ago

It'd be handy if you could include a quick setup guide (esp for deps) in your README. On Ubuntu, used:

$ sudo apt-get install libxml2-dev libxslt-dev python-dev lib32z1-dev python-dev python-lxml $ sudo pip install beautifulsoup4

krmaxwell commented 10 years ago

Good idea!