Installation ------------ Genepidgin requires *Python 2.5+*. Python comes with easy_install. (If you don't have ``pip``, prepend the following instructions with: ``easy_install pip``) :: pip install genepidgin For more instructions on subcommands, visit :doc:`cleaner`, :doc:`compare`, or :doc:`select`. Testing ======= Development and testing requires the nose package. To execute the unit tests, ``pip install nose`` and then execute: :: nosetests