kevthehermit / Maildb

Python Web App to Parse and Track Email and http Pcap Files.
Other
53 stars 17 forks source link

Additional dependencies #3

Open elhoim opened 10 years ago

elhoim commented 10 years ago

I had to install additional dependencies on top of the ones listed: beaker bottle-cork cherrypy pycrypto

elhoim commented 10 years ago

For installing pycrypto, you need to have python source available if installing using pip. On debian based systems: aptitude install python-dev