/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to docs/index.rst

  • Committer: Ubuntu One Auto Copilot
  • Author(s): Colin Watson
  • Date: 2022-08-09 23:13:22 UTC
  • mfrom: (527.1.1 chameleon)
  • Revision ID: otto-copilot@canonical.com-20220809231322-5wpfpa3z07eab0b8
Port from SimpleTAL to Chameleon.

Merged from https://code.launchpad.net/~cjwatson/loggerhead/chameleon/+merge/428043

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
Loggerhead depends on the following Python libraries.:
15
15
 
16
 
- SimpleTAL for templating.
 
16
- Chameleon for templating.
17
17
 
18
18
- Paste for the server. (You need version 1.2 or newer of Paste).
19
19
 
27
27
 
28
28
.. code-block:: sh
29
29
 
30
 
   $ sudo apt-get install python-simpletal
 
30
   $ sudo apt-get install python-chameleon
31
31
   $ sudo apt-get install python-paste
32
32
   $ sudo apt-get install python-pastedeploy
33
33
   $ sudo apt-get install python-flup
37
37
 
38
38
.. code-block:: sh
39
39
 
40
 
   $ easy_install \
41
 
     -f http://www.owlfish.com/software/simpleTAL/py2compatible/download.html \
42
 
     SimpleTAL
 
40
   $ easy_install Chameleon
43
41
   $ easy_install Paste
44
42
   $ easy_install PasteDeploy
45
43
   $ easy_install flup