Installation ============ The source for whoswho is available at bitbucket, check it out by using:: $ hg clone https://andy47@bitbucket.org/andy47/whoswho One day I'll package this up and release it on PyPI_. One day. As with most Python packages we recommend using whoswho in a virtualenv_ virtual environment. Once you have created a virtualenv_ you can install the supporting libraries used by whoswho with this command:: $ pip install -r requirements.txt Then all you need to do is create a :doc:`configuration` file and you can start :doc:`looking_up`. .. _virtualenv: http://www.virtualenv.org/ .. _PyPI: http://pypi.python.org/