graingert / python-clamd

Clamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
82 stars 39 forks source link

Mac OS X installation #15

Closed goatandsheep closed 8 years ago

goatandsheep commented 8 years ago

How do I install clamd on Mac OS X?

graingert commented 8 years ago

Homebrew? This is a python wrapper, not the clamd project

graingert commented 8 years ago

This library works over the tcp socket so you can run clamd in docker or a VM

graingert commented 8 years ago

http://www.brewformulas.org/Clamav

graingert commented 8 years ago

https://gist.github.com/yildizib/fa0effe0ee48f24d9f37

goatandsheep commented 8 years ago

perfect! thanks! I tried running brew install clamav-daemon that's why it wasn't working. You are awesome!