aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 0414c56..8f4cfed 100644
--- a/README
+++ b/README
@@ -27,6 +27,16 @@ In production
27You may want to copy the file ``chishop/production_example.py`` and modify 27You may want to copy the file ``chishop/production_example.py`` and modify
28for use as your production settings. 28for use as your production settings.
29 29
30Channels
31========
32
33Channels permit package authors to post development, stage testing, stable and
34other types of packages and tag them with a channel. A package consumer can then
35set easy_install to use the channel URL to find links to packages.
36
37Channels are designed to allow packages to continue to be developed while a
38known-stable set of packages are deployed (ex: development vs. production).
39
30Using Setuptools 40Using Setuptools
31================ 41================
32 42