========
rdfadict
========

:Date: $LastChangedDate: 2008-08-12 13:59:24 -0700 (Tue, 12 Aug 2008) $
:Version: $LastChangedRevision: 10667 $
:Author: Nathan R. Yergler <nathan@creativecommons.org>
:Organization: `Creative Commons <http://creativecommons.org>`_
:Copyright: 
   2006-2008, Nathan R. Yergler, Creative Commons; 
   licensed to the public under the `MIT license 
   <http://opensource.org/licenses/mit-license.php>`_.

.. contents::

Installation
************

rdfadict and its dependencies may be installed using `easy_install 
<http://peak.telecommunity.com/DevCenter/EasyInstall>`_ (recommended) ::

  $ easy_install rdfadict

or by using the standard distutils setup.py::

  $ python setup.py install

If you are installing from source, you will also need the following
packages:

* `rdflib 2.4.x <http://rdflib.net/>`_
* `pyRdfa <http://www.w3.org/2007/08/pyRdfa/>`_
* `html5lib <http://code.google.com/p/html5lib/>`_ (required if you
  want to support non-XHTML documents)

``easy_install`` will satisfy depedencies for you if necessary.
