Installation

You may list hexagonit.socialbutton to buildout.cfg or setup.py of your own package.

zc.buildout and the plone.recipe.zope2instance

Use zc.buildout and the plone.recipe.zope2instance recipe by adding hexagonit.foldercontents to the list of egg:

[buildout]
...
eggs =
    ...
    hexagonit.socialbutton

Dependency to your own package

You may also list to install_requires to setup.py within your package:

setup(
    ...
    install_requires=[
        ...
        'hexagonit.socialbutton',
        ...
    ],
    ...
)

Table Of Contents

Previous topic

hexagonit.socialbutton

Next topic

Change log

This Page