INSTALLATION:

Thank you for trying duplicity.  To install, run:

	python setup.py install

The build process can be also be run separately:

	python setup.py build

The default prefix is /usr, so files are put in /usr/bin,
/usr/share/man/, etc.  An alternate prefix can be specified using the
--prefix=<prefix> option.  For example:

	python setup.py install --prefix=/usr/local


REQUIREMENTS:

 * Python 2.2 or later (http://www.python.org)
 * librsync 0.9.5.1 or later
 * GnuPG (http://www.gnupg.org/)
 * GnuPGInterface 0.3.2 or later (http://py-gnupg.sourceforge.net/)
 * BitBucket 0.4a or later (http://code.google.com/p/bitbucket-s3/)
 
The rdiff-backup homepage at http://rdiff-backup.stanford.edu/ should
have a recent version of librsync; otherwise see the librsync homepage
at http://sourceforge.net/projects/librsync/.


HELP:

For more information see the duplicity home page at:

    http://www.nongnu.org/duplicity

or post to the mailing list at
http://mail.nongnu.org/mailman/listinfo/duplicity-talk/.
