Installing This Package
=======================

Prerequisites
-------------

* Zope 2.12.x

* setuptools


Installation
------------

Place the ``five`` top-level package into your instance's
``lib/python`` directory.  You can also install it as an egg using
ez_install, for example into your instance by turning it into a
virtualenv.


Configuration
-------------

Place a ``five.customerize-configure.zcml`` file into your instance's
``etc/package-includes`` directory with the following contents::

  <include package="five.customerize" />

Alternatively, you can also add this line to the bottom of
``etc/site.zcml``.


Running the Tests
-----------------

Use the following command to run this package's tests:

  $ bin/test -s five.customerize

