Site updated at 2017-12-29 20:55:32 UTC

This commit is contained in:
Travis CI 2017-12-29 20:55:33 +00:00
parent ef08aef875
commit 70a383a739
26 changed files with 65 additions and 65 deletions

View file

@ -204,7 +204,7 @@
</table>
<h2><a class="title-link" name="installation-notes" href="#installation-notes"></a> Installation notes</h2>
<p>Not all Python bindings for the chosen database engine can be installed directly. This section contains additional details which should help you to get it working.</p>
<h3><a class="title-link" name="maridb-and-mysql" href="#maridb-and-mysql"></a> MariDB and MySQL</h3>
<h3><a class="title-link" name="mariadb-and-mysql" href="#mariadb-and-mysql"></a> MariaDB and MySQL</h3>
<p>For MariaDB you may have to install a few dependencies. On the Python side we use the <code class="highlighter-rouge">mysqlclient</code>:</p>
<div class="language-bash highlighter-rouge"><pre class="highlight"><code><span class="gp">$ </span>sudo apt-get install libmariadbclient-dev libssl-dev
<span class="gp">$ </span>pip3 install mysqlclient