Skip to content

Instantly share code, notes, and snippets.

@optilude
Created August 11, 2011 19:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save optilude/1140588 to your computer and use it in GitHub Desktop.
Save optilude/1140588 to your computer and use it in GitHub Desktop.
Illustrate use of eggs
# Test buildout
# Put this file in a directory as buildout.cfg.
# In the same directory, run:
#
# $ wget "http://svn.zope.org/*checkout*/zc.buildout/trunk/bootstrap/bootstrap.py"
# $ python bootstrap.py
# $ bin/buildout
#
[buildout]
parts = mkrelease
[mkrelease]
recipe = zc.recipe.egg
eggs = jarn.mkrelease
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment