Commit ba18546d authored by Andreas Jung's avatar Andreas Jung

note on easy_install

parent 86266894
......@@ -29,8 +29,8 @@ System requirements when building from source
(gcc recommended).
Building Zope
-------------
Building Zope using zc.buildout
-------------------------------
Zope is built using the ``zc.buildout`` library, which needs to be
"boostrapped" with your Python version. E.g.::
......@@ -43,6 +43,18 @@ script to finish building Zope::
$ bin/buildout
Installing Zope using easy_install
----------------------------------
Zope can be installed using ``easy_install`` either using a global
easy_install installation or within a virtualized Python environment
(using ``virtualenv``)::
$ /path/to/easy_install Zope2
This will create the related scripts like ``mkzopeinstance`` within the
``bin`` folder of you global or virtualized Python environment.
Creating a Zope Instance
------------------------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment