From 73b619737bad62f1a0e1b3fdd92e43c976adb22d Mon Sep 17 00:00:00 2001 From: Mike Crute Date: Thu, 27 May 2010 01:19:07 -0400 Subject: Documenting channels. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 0414c56..8f4cfed 100644 --- a/README +++ b/README @@ -27,6 +27,16 @@ In production You may want to copy the file ``chishop/production_example.py`` and modify for use as your production settings. +Channels +======== + +Channels permit package authors to post development, stage testing, stable and +other types of packages and tag them with a channel. A package consumer can then +set easy_install to use the channel URL to find links to packages. + +Channels are designed to allow packages to continue to be developed while a +known-stable set of packages are deployed (ex: development vs. production). + Using Setuptools ================ -- cgit v1.2.3