Installation

Easy Install

$ easy_install doapfiend

For the development version (uses subversion trunk):

$ easy_install doapfiend==dev

Note: I suggest using the development version of RDFAlchemy. I've created a snapshot of the trunk:

$ easy_install -fhttp://doapspace.org/static/rdfalchemy/RDFAlchemy-0.2b2dev-r135.tar.gz RDFAlchemy

You can also do a subversion checkout and install it in development mode with:

$ svn co http://www.openvest.com/svn/public/rdfalchemy/trunk rdfalchemy
$ cd rdfalchemy
$ easy_install setup.py develop

Distutils

In the unpacked archive directory: $ python setup.py install

Gentoo Linux

$ emerge dev-python/doapfiend

The ebuild can be found in the 'pythonhead' official Gentoo overlay, use:

$ layman --add pythonhead

Subversion

You can checkout the trunk from our subversion repository

$ svn co https://svn.doapspace.org/doapfiend/trunk doapfiend

Syntax Highlighting

If you'd like colored syntax highlighting for N3 and RDF/XML, install the Pygments package:

$ easy_install pygments