This commit is contained in:
Kovid Goyal 2008-03-07 07:47:43 +00:00
parent 0216bb9bd3
commit 066cf21f12

View File

@ -18,6 +18,9 @@
<div py:if="not distro.is_generic"> <div py:if="not distro.is_generic">
First verify that you have a sufficiently new installation of python First verify that you have a sufficiently new installation of python
<pre class="wiki">python --version</pre> should return at least 2.5.1<br /> <pre class="wiki">python --version</pre> should return at least 2.5.1<br />
<p py:if="distro.os == 'gentoo'">
Make sure your python is compiled with the sqlite USE flag.
</p>
<br /> <br />
Run the following commands in a terminal <span py:if="distro.as_root">as root</span> Run the following commands in a terminal <span py:if="distro.as_root">as root</span>
<pre class="wiki">${distro.command}</pre> <pre class="wiki">${distro.command}</pre>