Commit ed375e65 authored by jim's avatar jim

Documented some preciously undocumented options/values.

These are used and tested indirectly in various ways.


git-svn-id: http://svn.zope.org/repos/main/zc.buildout/trunk@72058 62d5b8a3-27da-0310-9561-8e5933582275
parent 13ebbaf9
......@@ -28,8 +28,10 @@ positional arguments:
- An iterable of setuptools requirement strings for the distributions
to be installed, and
- A destination directory to install to and to satisfy
requirements from.
- A destination directory to install to and to satisfy requirements
from. The destination directory can be None, in which case, no new
distributions are downloaded and there will be an error if the
needed distributions can't be found amoung those already installed.
It supports a number of optional keyword arguments:
......@@ -60,6 +62,12 @@ always_unzip
A flag indicating that newly-downloaded distributions should be
directories even if they could be installed as zip files.
working_set
An exsiting working set to be augmented with additional
distributions, if necessary to satisfy requirements. This allows
you to call install multiple times, if necessary, to gather
multiple sets of requirements.
The install method returns a working set containing the distributions
needed to meet the given requirements.
......
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