[Checkins] SVN: bluebream/website/docs/v1.0/manual/componentarchitecture.rst "initallation" section is not required

Baiju M baiju.m.mail at gmail.com
Thu Apr 29 00:12:56 EDT 2010


Log message for revision 111559:
  "initallation" section is not required
  

Changed:
  U   bluebream/website/docs/v1.0/manual/componentarchitecture.rst

-=-
Modified: bluebream/website/docs/v1.0/manual/componentarchitecture.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/componentarchitecture.rst	2010-04-29 04:07:37 UTC (rev 111558)
+++ bluebream/website/docs/v1.0/manual/componentarchitecture.rst	2010-04-29 04:12:55 UTC (rev 111559)
@@ -37,41 +37,9 @@
 use this framework extensively.  There are many other projects
 including non-web applications using it.
 
-Installation
-------------
-
-Using `zc.buildout` with `zc.recipe.egg` recipe you can create Python
-interpreter with specified Python eggs.  First you can create a
-directory and initialize Buildout::
-
-  $ mkdir explore-zope.component
-  $ cd explore-zope.component
-  $ echo "#Buildout configuration" > buildout.cfg
-  $ svn co svn://svn.zope.org/repos/main/zc.buildout/trunk/bootstrap
-  $ ~/usr/bin/python2.4 bootstrap/bootstrap.py
-
-Now modify the `buildout.cfg` like this::
-
-  [buildout]
-  parts = py
-
-  [py]
-  recipe = zc.recipe.egg
-  eggs = zope.component
-  interpreter = mypython
-
-Now run `buildout` script inside `bin` directory.  This will download
-zope.component and its dependency eggs and install it.  Now you can
-access the interpreter created by the Buildout recipe like this::
-
-  $ ./bin/buildout
-  $ ./bin/mypython
-  >>> import zope.component
-
 Adapters
 --------
 
-
 Implementation
 ~~~~~~~~~~~~~~
 



More information about the checkins mailing list