ID: $Id: INSTALL 25 2006-10-21 07:38:04Z the.pythy $

PyTils installation
===================

Install the release version
-----------------------------

  1. Download the recent tarball from http://cheeseshop.python.org/pypi/pytils/
  2. Unpack the tarball
  3. Run `python setup.py install`

Install via easy_install
---------------------------------------

You can also install the most recent PyTils version using 
[easy_install](http://peak.telecommunity.com/DevCenter/EasyInstall)

   easy_install pytils

Install the development version
--------------------------------

  1. Obtain one of [Subversion-clients](http://subversion.tigris.org/links.html#clients)
  2. Fetch sources via this Subversion-client from repository
     http://pythy.googlecode.com/svn/trunk/pytils/
  3. Put dir pytils/pytils into PYTHONPATH

