aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/docs/dita/howto/part02/requirements.dita
blob: 89cde68140ba3842a29f1fbe3ed57f69ad25a770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE dita PUBLIC "-//OASIS//DTD DITA Composite//EN" "ditabase.dtd">
<dita xml:lang="en-GB">
    <topic id="topic_zqn_nfy_5db">
        <title>Requirements</title>
        <body>
            <p>The GPGME Python bindings only have three requirements:</p>
      <p>
        <ol id="ol_rbw_qfy_5db">
          <li>A suitable version of Python 2 or Python 3. With Python 2 that means Python 2.7 and
            with Python 3 that means Python 3.4 or higher.</li>
          <li>SWIG.</li>
          <li>GPGME itself. Which also means that all of GPGME's dependencies must be installed
            too.</li>
        </ol>
      </p>
      <p/>
        </body>
    </topic>
</dita>