~azzar1/unity/add-show-desktop-key

139 by mattgiuca
Added "dependencies" document for listing the programs and libraries we rely
1
List of Dependencies
2
====================
3
4
IVLE requires the following:
5
6
* Linux (similar Unices may work but not guaranteed; we pull out some
7
    linux-specific libraries into our jail so may need customization,
8
    particularly of setup.py).
9
10
* Python 2.5
11
* Apache HTTP server
12
* mod_python
13
14
Python Libraries
15
----------------
16
17
The following python libraries are required to be installed in the main Python
18
site packages directory:
19
20
* [cjson](http://cheeseshop.python.org/pypi/python-cjson)
21
* [web.py](http://webpy.org/)
140 by mattgiuca
doc/dependencies: Added dependency on pysvn.
22
* [pysvn](http://pysvn.tigris.org/)