configurationengine/dep-eggs/readme.txt
author m2lahtel
Thu, 21 Oct 2010 16:36:53 +0300
changeset 5 d2c80f5cab53
parent 0 2e8eeb919028
permissions -rw-r--r--
Updated to version 1.2.14
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
This directory contains all library dependencies needed by ConE as egg files.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
5
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     3
In addition to these libraries, ConE also depends on Jinja2 and lxml. Use the 
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     4
following commands to install these libraries into your Python environment:
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     5
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     6
easy_install Jinja2
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     7
easy_install lxml
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     8
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
     9
Note: If you need to use a HTTP proxy to access the Internet, you need to set
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
    10
HTTP_PROXY enviroment variable before running the above commands.
d2c80f5cab53 Updated to version 1.2.14
m2lahtel
parents: 0
diff changeset
    11
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
Note that if a plug-in requires a library not used in ConE core, the egg
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
should not be added here, but in source/plugins/<plugin-package>/dep-eggs/.
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
This way the egg will not be installed unless the plug-in package requiring
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
it is installed.