diff -r a2e65c705db8 -r 63964d875993 configurationengine/dep-eggs/readme.txt --- a/configurationengine/dep-eggs/readme.txt Tue Oct 26 10:43:50 2010 +0100 +++ b/configurationengine/dep-eggs/readme.txt Sat Nov 06 16:59:14 2010 +0200 @@ -1,5 +1,14 @@ This directory contains all library dependencies needed by ConE as egg files. +In addition to these libraries, ConE also depends on Jinja2 and lxml. Use the +following commands to install these libraries into your Python environment: + +easy_install Jinja2 +easy_install lxml + +Note: If you need to use a HTTP proxy to access the Internet, you need to set +HTTP_PROXY enviroment variable before running the above commands. + Note that if a plug-in requires a library not used in ConE core, the egg should not be added here, but in source/plugins//dep-eggs/. This way the egg will not be installed unless the plug-in package requiring