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

To install collective.project using ``zc.buildout``, you can do this:

* Add ``http://good-py.appspot.com/release/dexterity/1.0a2`` to the list of
  buildout extends, e.g.::

    [buildout]
    extends =
        ...
        http://good-py.appspot.com/release/dexterity/1.0b2
    versions = versions

* Add ``collective.project`` to the list of instance eggs, e.g.::

    [plone]
    eggs = 
        ...
        collective.project

For more information about how to install Dexterity, please see:

    http://plone.org/products/dexterity/documentation/how-to/install
       

.. Note:: 
    You must extend the Dexterity KGS (known good set) provided by
    http://good-py.appspot.com/release/dexterity/1.0b2 otherwise you will get
    conflict errors in Buildout.

