Willie is an IRC bot written in Python that I’ve recently started using. This blog post describes how to install Willie on Debian and as usual I will be using virtualenv to isolate this Python application from the rest of the system. Installing Python First you’ll need Python. sudo apt-get install libpython2.7 python2.7 python2.7-dev python2.7-minimal The following will also be required to enable all the features Willie supports. sudo apt-get install enchant python2.7-dev libxslt1-dev lib...