Installation
============

You need `Python 2.5 <http://www.python.org/>`_ or higher.

*Option 1 - easy_install* (Python 2.x only)
   
   If you have `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_, install urlminer using easy_install::

      easy_install urlminer
  
   This will automatically download and install urlminer to your site-packages directory.

*Option 2 - manual installation*
   
   Download urlminer from the `Python Package Index <http://pypi.python.org/pypi/urlminer>`_, unzip to a temporary folder, and run::
   
         setup.py install
   
   This will install urlminer to your site-packages directory.

