summaryrefslogtreecommitdiff
path: root/doc/html/installation.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/installation.html')
-rw-r--r--doc/html/installation.html19
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/html/installation.html b/doc/html/installation.html
index 785a402..d265a76 100644
--- a/doc/html/installation.html
+++ b/doc/html/installation.html
@@ -7,13 +7,13 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Installation &mdash; S3QL v1.8.1 documentation</title>
+ <title>Installation &mdash; S3QL v1.9 documentation</title>
<link rel="stylesheet" href="_static/sphinxdoc.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
- VERSION: '1.8.1',
+ VERSION: '1.9',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@@ -23,7 +23,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="author" title="About these documents" href="about.html" />
- <link rel="top" title="S3QL v1.8.1 documentation" href="index.html" />
+ <link rel="top" title="S3QL v1.9 documentation" href="index.html" />
<link rel="next" title="General Information" href="general.html" />
<link rel="prev" title="About S3QL" href="about.html" />
</head>
@@ -37,7 +37,7 @@
<li class="right" >
<a href="about.html" title="About S3QL"
accesskey="P">previous</a> |</li>
- <li><a href="index.html">S3QL v1.8.1 documentation</a> &raquo;</li>
+ <li><a href="index.html">S3QL v1.9 documentation</a> &raquo;</li>
</ul>
</div>
<div class="sphinxsidebar">
@@ -111,17 +111,12 @@ kernel 2.6.26 you will get significantly better write performance,
so under Linux you should actually use <em>2.6.26 or newer whenever
possible</em>.</p>
</li>
-<li><p class="first"><a class="reference external" href="http://www.python.org/">Python</a>, version 2.6.6 or newer, but not
-Python 3.x. Make sure to also install the development headers.</p>
+<li><p class="first"><a class="reference external" href="http://www.python.org/">Python</a> 2.7 (but not Python 3.x). Make
+sure to also install the development headers.</p>
</li>
<li><p class="first">The <a class="reference external" href="http://pypi.python.org/pypi/pycryptopp">PyCrypto++ Python Module</a>. To check if this module
is installed, try to execute <tt class="docutils literal"><span class="pre">python</span> <span class="pre">-c</span> <span class="pre">'import</span> <span class="pre">pycryptopp'</span></tt>.</p>
</li>
-<li><p class="first">The <a class="reference external" href="http://pypi.python.org/pypi/argparse">argparse Python Module</a>. To check if this module is
-installed, try to execute <tt class="docutils literal"><span class="pre">python</span> <span class="pre">-c</span> <span class="pre">'import</span> <span class="pre">argparse;</span> <span class="pre">print</span>
-<span class="pre">argparse.__version__'</span></tt>. If argparse is installed, this will print
-the version number. You need version 1.1 or later.</p>
-</li>
<li><p class="first"><a class="reference external" href="http://www.sqlite.org/">SQLite</a> version 3.7.0 or newer. SQLite
has to be installed as a <em>shared library</em> with development headers.</p>
</li>
@@ -189,7 +184,7 @@ have to run <tt class="docutils literal"><span class="pre">sudo</span> <span cla
<li class="right" >
<a href="about.html" title="About S3QL"
>previous</a> |</li>
- <li><a href="index.html">S3QL v1.8.1 documentation</a> &raquo;</li>
+ <li><a href="index.html">S3QL v1.9 documentation</a> &raquo;</li>
</ul>
</div>
<div class="footer">