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

odfsvn requires the subversion_ command line tool ``svn``, python_
and setuptools_ to be installed.

After installing those requirements you can install odfsvn using the
``easy_install`` command::

  easy_install odfsvn

This will install the odfsvn command and the associated python package. If
you are using a UNIX shell you may need to refresh the command cache from your
shell after doing this (``hash -r`` or ``rehash`` generally).

.. _python: http://www.python.org
.. _subversion: http://subversion.tigris.org/
.. _setuptools: http://pypi.python.org/pypi/setuptools/

