Installing

Easy Install

If you already have easy install and want to install globally to your system python, simply type:

> easy_install ZopeSkel

Buildout

Those that wish to add zopeskel to each buildout instance can do that as well. Please note that this will create a zopeskel script in bin, but it will be called ‘paster’:

[buildout]
parts += zopeskel

[zopeskel]
recipe = zc.recipe.egg
dependent-scripts = true

Table Of Contents

Previous topic

Introduction

Next topic

Python Packaging

This Page