1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 | <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="technical">
<info>
<link type="guide" xref="index#advanced"/>
<desc>Filenames, Directories, Dependencies</desc>
</info>
<title>Technical information</title>
<section id="dependecies">
<title>Dependencies</title>
<terms>
<item><p>Python 2.7 or 3.x</p></item>
<item><p>PyGtk or PyGI</p></item>
<item><p>Gtk2 or Gtk3</p></item>
</terms>
<terms>
<title>Soft dependencies</title>
<item><p>Python-LXML</p></item> |
<
>
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22 | <page xmlns="http://projectmallard.org/1.0/"
type="guide"
id="technical">
<info>
<link type="guide" xref="index#advanced"/>
<desc>Filenames, Directories, Dependencies</desc>
</info>
<title>Technical information</title>
<section id="dependecies">
<terms>
<title>Dependencies</title>
<item><p>Python 2.7 or 3.x</p></item>
<item><p>PyGtk or PyGI</p></item>
<item><p>Gtk2 or Gtk3</p></item>
</terms>
<terms>
<title>Soft dependencies</title>
<item><p>Python-LXML</p></item> |