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

You can install Products.qPloneDropDownMenu on Plone 4 sites. For that:

* Add ``Products.qPloneDropDownMenu`` to the list of eggs to install::

   [buildout]
   ....
   eggs =
        ...
        Products.qPloneDropDownMenu

* 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 Products.qPloneDropDownMenu via QuickInstaller in Plone.
