Skip to content

Instantly share code, notes, and snippets.

@jensens
Created March 29, 2012 08:28
Show Gist options
  • Save jensens/2234961 to your computer and use it in GitHub Desktop.
Save jensens/2234961 to your computer and use it in GitHub Desktop.
python buildout with lxml
[buildout]
parts = py
[py]
recipe = zc.recipe.egg
eggs = lxml
interpreter = py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment