Skip to content

Instantly share code, notes, and snippets.

@xen
Created May 9, 2011 17:58
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 xen/962985 to your computer and use it in GitHub Desktop.
Save xen/962985 to your computer and use it in GitHub Desktop.
Minimal pyramid setup
[buildout]
parts =
pyramid
# Keep internal stuff in a subdirectory.
download-cache = etc/downloads
eggs-directory = etc/eggs
develop-eggs-directory = etc/develop-eggs
parts-directory = etc/parts
develop = ...
eggs =
ZopeSkel
[pyramid]
recipe = zc.recipe.egg
eggs =
pyramid==1.0
...
ipython
dependent-scripts = true
interpreter = py
mkdir etc etc/downloads
python2.6 <(curl http://python-distribute.org/bootstrap.py) --distribute
bin/buildout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment