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

To install quintagroup.theme.whiteblack to your Plone 4 buildout-based project - in the 
buildout.cfg file of your buildout:

* Add ``quintagroup.theme.whiteblack`` to the list of eggs to install, e.g.:

   [buildout]
   ...
   eggs =
       ...
       quintagroup.theme.whiteblack

* Re-run buildout, e.g. with:

   $ ./bin/buildout

* Restart the Zope server, e.g with the following command in the terminal::

   $ ./bin/instance restart
   
* Install WhiteBlack Plone Theme with Quickinstaller in Plone (Site Setup -> Add-ons)     
