Ran update_copyright.py
[chemdb.git] / DEPENDENCIES
1 Python dependencies
2 ===================
3
4 Standard modules
5 ----------------
6
7 Modules included with a standard Python 2.6 distribution:
8 Documentation available at
9   http://docs.python.org/library/<module-name>.html
10
11 External modules
12 ----------------
13
14 * `OpenSSL`_, a Python wrapper on OpenSSL library.
15 * `CherryPy`_, a simple web framework.
16 * `Jinja2`_, a template engine.
17
18 .. _OpenSSL: http://pyopenssl.sourceforge.net/
19 .. _CherryPy: http://www.cherrypy.org/
20 .. _Jinja2: http://jinja.pocoo.org/2/
21
22
23 System dependencies
24 ===================
25
26 You need `LaTeX`_ to compile the documents.  The
27 `texlive-latex-recommended`_, `texlive-latex-extra`_, and `pgf`_
28 `Debian`_ packages should cover you.
29
30 .. _LaTeX: http://www.latex-project.org/
31 .. _texlive-latex-recommended: http://packages.debian.org/lenny/texlive-latex-recommended
32 .. _texlive-latex-extra: http://packages.debian.org/lenny/texlive-latex-extra
33 .. _pgf: http://packages.debian.org/lenny/pgf
34 .. _Debian: http://www.debian.org/