equal
deleted
inserted
replaced
1 This directory contains all library dependencies needed by ConE as egg files. |
1 This directory contains all library dependencies needed by ConE as egg files. |
|
2 |
|
3 In addition to these libraries, ConE also depends on Jinja2 and lxml. Use the |
|
4 following commands to install these libraries into your Python environment: |
|
5 |
|
6 easy_install Jinja2 |
|
7 easy_install lxml |
|
8 |
|
9 Note: If you need to use a HTTP proxy to access the Internet, you need to set |
|
10 HTTP_PROXY enviroment variable before running the above commands. |
2 |
11 |
3 Note that if a plug-in requires a library not used in ConE core, the egg |
12 Note that if a plug-in requires a library not used in ConE core, the egg |
4 should not be added here, but in source/plugins/<plugin-package>/dep-eggs/. |
13 should not be added here, but in source/plugins/<plugin-package>/dep-eggs/. |
5 This way the egg will not be installed unless the plug-in package requiring |
14 This way the egg will not be installed unless the plug-in package requiring |
6 it is installed. |
15 it is installed. |